Working Docker image for Ansible Galaxy

Is there a working docker image for Ansible Galaxy ?

I noticed these under https://github.com/ansible/galaxy/tree/devel/scripts/docker/release
but couldn’t get a regular docker run to work…

C:\Users\eguitha> docker run -it -e “GALAXY_SECRET_KEY=0987654321” ansible/galaxy:latest
[2018-11-08 20:06:37 +0000] [7] [INFO] Starting gunicorn 19.7.1
[2018-11-08 20:06:37 +0000] [7] [INFO] Listening at: http://0.0.0.0:8000 (7)
[2018-11-08 20:06:37 +0000] [7] [INFO] Using worker: sync
[2018-11-08 20:06:37 +0000] [12] [INFO] Booting worker with pid: 12

nothing comes up on my browser at that endpoint

Something I’m missing ?

-Thad

did you use the installer?

Thad, there is no docker image for galaxy. I’ll paste a response that I saw the other day:

The docker image was intended to be used by the installer. Since the release of 3.0, the installer no longer works and has been removed form the devel branch. If you want to run Galaxy locally, follow the contributing guide: https://github.com/ansible/galaxy/blob/devel/CONTRIBUTING.rst

Thanks…in that case…I will submit a freakin PR for the current README.md that currently only has that 1st sentence…and not the utmost important 2nd sentence !!!

Matt, your a lifesaver !

-Thad

https://github.com/ansible/galaxy/pull/1326

PR SENT !