-
I'm using Debian 11 in an LXC on Proxmox 7.2 docker-compose.yaml
when I try and start the container I get the following error
the device is correct:
This is my lxc.cong file:
I've tried starting again, changing permissions etc - no luck I notice that the /var/lib/docker/overlay2/.../merged directory does not exist - should it do before starting the container? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I've recreated the LXC, but this time making it a priviledged container. The error has changed: |
Beta Was this translation helpful? Give feedback.
Solved that one - I forgot to add
lxc.mount.entry: /dev/ttyUSB0 dev/ttyUSB0 none bind,optional,create=file
to the lxc.conf fileNow up and running
TL;DR: - It seems docker needs to run as a privilege LXC container on Proxmox