Yet another integrated envoronment.
Please refere to http://sunlab.org/teaching/cse6250/spring2018/lab/env-local-docker/ for detail instruction.
docker run -it --privileged=true \
--cap-add=SYS_ADMIN \
-m 8192m -h bootcamp1.docker \
--name bigbox -p 2222:22 -p 9530:9530 -p 8888:8888\
sunlab/bigbox:latest \
/bin/bash
Related Links:
- Docker Image: https://hub.docker.com/r/sunlab/bigbox/
- FAQs: https://github.com/yuikns/bigbox/wiki/FAQ
- Sample Code: https://bitbucket.org/realsunlab/bigdata-bootcamp
- Scripts: https://github.com/yuikns/bigbox-scripts