gala-docker
gala-docker copied to clipboard
V2 Synced to Master
Thanks so much for all of your work with this. I am trying to update to v2 and it seems like things might be a little out of wack.
So when I clone using
https://github.com/ewrogers/gala-docker.git
It does not pull across all of the changes for v2.. maybe because its not the default? Anyway I manually modified the Dockerfile and was able to get the docker images built..
archer@server:~/gala-docker$ sudo docker images | grep gala
gala-node 1.1.0 74e6f7b01fe7 31 seconds ago 219MB
gala-node latest 74e6f7b01fe7 31 seconds ago 219MB
but now there is no configure.sh file because it didnt clone.. here is what did clone, but again it was the OLD Dockerfile
archer@server:~/gala-docker$ ls
config.json docker-compose.yml Dockerfile entrypoint.sh LICENSE README.md screenshots
Any help would be appreciated! I don't know enough about how tree's and versions work in github to know what is going on.