This dockerfile is my personal developement setup
- Install Docker.
- Pull down the latest version from the Docker Registry:
docker pull zephraph/dev(alternatively, you can build this image from its Dockerfile:docker build -t="zephraph/dev" github.com/zephraph/dockerfile-dev)
docker run -it --rm zephraph/dev
I generally like to map the /data volume to my host's home directory so it persists across runs.
docker run -it --rm -v ~/:/data zephraph/dev