Closed TheInfamousToTo closed 1 year ago
I have the same problem, running via docker directly and via docker compose
Hypervisor OS: Proxmox 8.0.3
Linux Kernel: 6.2.16-4-pve
LXC OS: Ubuntu 22.04.3
LTS
I tried the volumes with local path and SMB mounted, same error message
[cont-init ] 10-init-users.sh: sed: can't move '/etc/group' to '/etc/group.bak': Invalid argument
It works on my Window 11 machine in WSL 2 with the same Ubuntu version, via docker and compose
I have the same problem, running via docker directly and via docker compose Hypervisor OS: Proxmox
8.0.3
Linux Kernel:6.2.16-4-pve
LXC OS: Ubuntu22.04.3
LTSI tried the volumes with local path and SMB mounted, same error message
[cont-init ] 10-init-users.sh: sed: can't move '/etc/group' to '/etc/group.bak': Invalid argument
It works on my Window 11 machine in WSL 2 with the same Ubuntu version, via docker and compose
is your SMB Share using zfs or the docker engine path is on ZFS drive ?
Look like the same issue as #137. Basically, overlayfs over zfs is not fully supported.
i got it fixed , my docker storage was in ZFS drive which causing the issue , i have moved it to normal EXT4 drive and that fixed it
believe it or not but Bing chat give me the answer !
Thanks for the Info regarding ZFS.
Here for all Proxmox >= 8.x.x user https://forum.proxmox.com/threads/docker-failed-to-register-layer-applylayer-exit-status-1-stdout-stderr-unlinkat-var-log-apt-invalid-argument.119954/#post-521157
Current Behavior
container stop working after creating with 10-init-users.sh: sed: can't move '/etc/group' to '/etc/group.bak': Invalid argument error
Expected Behavior
container start
Steps To Reproduce
run the container using this docker-compose file
`version: "2" services: jdownloader-2: image: jlesage/jdownloader-2 ports:
Environment
Container creation
using stack on portainer
`version: "2" services: jdownloader-2: image: jlesage/jdownloader-2 ports:
Container log
Container inspect
Anything else?
No response