Ubuntu 15.10 with Confluent 2.0.1, Kafka 0.9.0.1, ES 1.7.5, Spark 1.6.1, SBT, Activator & Zsh DEV
1.3K
Just pull the image on the Docker hub
docker pull nsphung/dev01
This image is fat but very useful if you want to develop on Windows not in a VM or don't want to install all these stuff on your computer but got docker around.
A fat developer image that contains everything to start on :
https://github.com/tiangolo/babun-docker/wiki/Docker-Volumes-with-Babun
For windows with volume, launch the container like this :
docker run -it -p 8123:8123 -p 9200:9200 -p 9300:9300 -v /cygdrive/d/git:/root/git -v /cygdrive/c/Users/Nicolas/.ivy2:/root/.ivy2 -v /cygdrive/d/data/elasticsearch:/data/elasticsearch nsphung/dev01
And enjoy the zsh with everything you need to start to develop.
Content type
Image
Digest
Size
1.8 GB
Last updated
over 10 years ago
docker pull nsphung/dev01