Graylog2 / graylog-docker

Official Graylog Docker image
https://hub.docker.com/r/graylog/graylog/
Apache License 2.0
367 stars 133 forks source link

docker pull not working #115

Closed e-volusian closed 4 years ago

e-volusian commented 4 years ago

Hello, starting at this page https://hub.docker.com/r/graylog/graylog/ and trying to run docker pull graylog/graylog returns:

$ docker pull graylog/graylog
Using default tag: latest
Error response from daemon: manifest for graylog/graylog:latest not found: manifest unknown: manifest unknown

Trying to read the docs linked from hub.docker.com returns 404

jalogisch commented 4 years ago

he @e-volusian

this is not an error by Graylog. We have on purpose no latest tag. You always need to specify the Graylog version you want to have.

But you are right that this might be not correct to have that command on the page - so I asked in the Docker Hub community for help how to remove that: https://forums.docker.com/t/change-docker-pull-command-on-page/89274

e-volusian commented 4 years ago

Thanks for your response. My question is answered.