depthy
depthy copied to clipboard
Docker image
Hi
I'm learning Docker and as I would like to test your project, I made a docker image of depthy.
docker run --rm -t -i -p 9000:9000 essembeh/depthy
Then go to http://localhost:9000
If you like this way of running depthy locally, you can add instructions to your documentation. I will try to keep the docker image up to date, but it can be automated!
To automate building the docker image by docker.io when you commit on your github repository
- Add Dockerfile (https://github.com/essembeh/dockerfiles/blob/master/depthy/Dockerfile) to your repository
- Edit your github repository to enable Docker service (cf https://docs.docker.com/docker-hub/builds/)
- Configure the automated build on docker.io (if you like I can do it)
Edit: #17 is not blocking this issue anymore, locale has been set to utf8 in the docker image.