You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker Version: 24.0.7, build afdd53b
Operating System: Ubuntu 22.04.3 LTS (Release: 22.04, Codename: jammy)
Issue Description:
I am encountering an error during the setup of Wirehole using Docker. When running the command sudo docker compose up, the process fails with the error message: "failed to register layer: unlinkat /var/cache/apt/archives: invalid argument". This issue occurs while pulling the pihole layers.
Here is the output of the command leading up to the error:
The error is occurring in a Proxmox LXC container.
I have attempted to clean Docker with docker system prune and have restarted the Docker service without resolving the issue.
I have tried installing Docker in three different ways:
Using sudo apt install docker.io.
Following this guide: How To Install and Use Docker on Ubuntu 22.04.
Using this script: docker/docker-install.
In all cases, the error remained the same.
There is sufficient disk space available, and Docker permissions have been verified.
I would appreciate any guidance or suggestions on how to resolve this issue. Thank you!
I would appreciate any guidance or suggestions on how to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered:
Environment:
Docker Version: 24.0.7, build afdd53b
Operating System: Ubuntu 22.04.3 LTS (Release: 22.04, Codename: jammy)
Issue Description:
I am encountering an error during the setup of Wirehole using Docker. When running the command sudo docker compose up, the process fails with the error message: "failed to register layer: unlinkat /var/cache/apt/archives: invalid argument". This issue occurs while pulling the pihole layers.
Here is the output of the command leading up to the error:
Additional Context:
The error is occurring in a Proxmox LXC container.
I have attempted to clean Docker with docker system prune and have restarted the Docker service without resolving the issue.
I have tried installing Docker in three different ways:
Using
sudo apt install docker.io
.Following this guide: How To Install and Use Docker on Ubuntu 22.04.
Using this script: docker/docker-install.
In all cases, the error remained the same.
There is sufficient disk space available, and Docker permissions have been verified.
I would appreciate any guidance or suggestions on how to resolve this issue. Thank you!
I would appreciate any guidance or suggestions on how to resolve this issue. Thank you!
The text was updated successfully, but these errors were encountered: