New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't run a privileged docker container in LXC container #4902
Comments
In this case, I only had the following in my config:
|
Note that support questions tend to be better handled on https://discuss.linuxcontainers.org where search and Google indexing tends to work better than Github. |
docker run --privileged hello-world |
Client: Server: |
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce error: exit status 243. |
I have docker running fine under lxc with debian turnkey core ... however I can`t seem to make it run under ubuntu 20 |
Hello. I can`t run a privileged Docker container inside LXC one.
LXD version: 3.3
Docker version: 17.03-2ce
Docker info:
Container's config:
The text was updated successfully, but these errors were encountered: