Hey there,
Just installed docker on my server and having an issue to run containers getting this error:
– ApplyLayer exit status 1 stdout: stderr: permission denied.
Tryed to find some information on this issue with no luck…
> root@server:/# sudo docker run hello-world
> Unable to find image 'hello-world:latest' locally
> latest: Pulling from library/hello-world
> 78445dd45222: Extracting [==================================================>] 971 B/971 B
> docker: failed to register layer: ApplyLayer exit status 1 stdout: stderr: permission denied.
> See 'docker run --help'.
My server dist:
root@server:/# cat /etc/*-release PRETTY_NAME="Debian GNU/Linux 8 (jessie)" NAME="Debian GNU/Linux" VERSION_ID="8" VERSION="8 (jessie)" ID=debian HOME_URL="http://www.debian.org/" SUPPORT_URL="http://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/"
And the Docker version is:
root@server:/# docker version Client: Version: 17.03.0-ce API version: 1.26 Go version: go1.7.5 Git commit: 3a232c8 Built: Tue Feb 28 07:55:48 2017 OS/Arch: linux/amd64
Server: Version: 17.03.0-ce API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 3a232c8 Built: Tue Feb 28 07:55:48 2017 OS/Arch: linux/amd64 Experimental: false
Thank you for ur help !