Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 704 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 704 Bytes

devbox

Idea comes from 10 Docker Tips and Tricks That Will Make You Sing A Whale Song of Joy.

Automated builds can be found on the docker registry site.

Here is how to run it:

docker run -it --name devbox --hostname devbox -v /var/run/docker.sock:/var/run/docker.sock alexkunin/devbox

Included goodies (latest packages from Ubuntu or independent repos):

  • vim
  • git
  • subversion
  • curl
  • PHP 5
  • Python 3
  • zip
  • docker (client)
  • docker-compose
  • psysh
  • composer
  • wget
  • tree
  • nodejs
  • npm