xeor/devbox

By xeor

Updated over 9 years ago

Image
0

646

Controll

  • Build it: docker built -t tagname .
  • Run: docker run -i -t --rm tagname
  • Add extra python packages: Edit the requirements.txt file before building

Info

  • centos7 as base
  • EPEL
  • ipython
    • Including everything for running ipython notebook
  • Nicer shell prompt
  • Some other tools

Docker Pull Command

docker pull xeor/devbox