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