Graylo2 Docker: failed to register layer

Hi guys,

I am trying to install graylog as a docker container but i am getting the following error:

[root@adc01dvy tmp]# docker pull graylog2/server
Using default tag: latest
latest: Pulling from graylog2/server
fdd5d7827f33: Already exists
a3ed95caeb02: Already exists
0f35d0fe50cc: Already exists
44091295bce9: Already exists
a7df6b0e1928: Already exists
e3f5c6e4eb7c: Already exists
078144e1612b: Already exists
ff7dd9deb980: Already exists
2dde0d1f056f: Extracting [==================================================>] 818.8 kB/818.8 kB
3f940663e27c: Download complete
c7a355b4b9ca: Download complete
035e82ace0dc: Download complete
636665a0eab2: Download complete
0daca34a1dac: Download complete
failed to register layer: stat /var/lib/docker/btrfs/subvolumes/0bbe986ffde3a010b40c1473cc85c36ed6a1990c7297f6b59807a85f51bd19dc: no such file or directory

Does anyone knows what might could be the root of the problem? How can i fix it?

Thank you all

[root@adc01dvy tmp]# docker version
Client:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:
 OS/Arch:      linux/amd64

Server:
 Version:      1.12.1
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   23cf638
 Built:
 OS/Arch:      linux/amd64

I’m unable to reproduce this issue with the graylog2/server image:

$ docker pull graylog2/server:latest
latest: Pulling from graylog2/server
fdd5d7827f33: Already exists
a3ed95caeb02: Already exists
0f35d0fe50cc: Already exists
44091295bce9: Already exists
a7df6b0e1928: Already exists
e3f5c6e4eb7c: Already exists
078144e1612b: Already exists
ff7dd9deb980: Already exists
2dde0d1f056f: Pull complete
3f940663e27c: Pull complete
c7a355b4b9ca: Pull complete
035e82ace0dc: Pull complete
636665a0eab2: Pull complete
0daca34a1dac: Pull complete
Digest: sha256:ac305af4528cb9e6c640d997bb1d363b3cbcea88883741852a71700705cd46b2
Status: Downloaded newer image for graylog2/server:latest
$ docker version
Client:
 Version:      17.06.0-ce
 API version:  1.30
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:31:53 2017
 OS/Arch:      darwin/amd64

Server:
 Version:      17.06.0-ce
 API version:  1.30 (minimum version 1.12)
 Go version:   go1.8.3
 Git commit:   02c1d87
 Built:        Fri Jun 23 21:51:55 2017
 OS/Arch:      linux/amd64
 Experimental: true

FWIW, try using the graylog/graylog Docker image instead.

Thank you for the tip. This worked. What are the diferences from the graylog2/server image to the graylog/graylog?

The graylog/graylog image is an automated build on Docker Hub and will eventually replace graylog2/server which is built on our own build infrastructure and then uploaded to Docker Hub.

Other than that they are pretty much identical.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.