OS: Ubuntu 18.04 LTS.
Docker version: 18.09.3.
Service: landscape.canonical.com
When I create a Docker container using sudo docker run hello-world
, I got the error as below.
docker: Error response from daemon: OCI runtime create failed: container_linux.go:344: starting container process caused "process_linux.go:424: container init caused \"rootfs_linux.go:58: mounting \\"proc\\" to rootfs \\"/var/lib/docker/vfs/dir/9a16ab705748c4bb269b96db7391b65ba54786f6e722cb32bf5ede32afb67d72\\" at \\"/proc\\" caused \\"permission denied\\"\"": unknown.
Does anyone have an idea of this issue?
Is it possible to use Docker containers in landscape.canonical.com?
The output of sudo docker info
:
The output of sudo systemctl status docker.service
:
sudo
:sudo docker run ...
? Also check whether you user hasdocker
group. Check these post-install steps: docs.docker.com/install/linux/linux-postinstall – Igor Nikolaevsudo docker ...
. – David Mazepermission denied
there's something about permissions. – Igor Nikolaevsudo systemctl restart docker.service
&sudo systemctl status docker.service
, anddocker info
? The commanddocker run hello-world
is the first step to test docker installation. I am guessing you have installation issues. – bot