ApplyLayer exit status 1 - Permission denied

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 !

1 Like

No one have an idea?

bump

This is my error when I pull anything. Here I am showing the hello-world example.

me@box:/ docker pull library/hello-world Using default tag: latest latest: Pulling from library/hello-world b04784fba78d: Extracting 972 B/972 B failed to register layer: ApplyLayer exit status 1 stdout: stderr: permission denied

1 Like

Did u find out the reason?

Same problem :

root@server:~# docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
9db2ca6ccae0: Extracting [==================================================>]     985B/985B
docker: failed to register layer: ApplyLayer exit status 1 stdout:  stderr: permission denied.
See 'docker run --help'.

Up !