fully loaded ubuntu:16.04 sandbox for immediate hacking. big download, big timesaver.
1.4K
docker run -d --name sandbox sneak/sandbox ;
docker exec -ti sandbox script -q -c "TERM=xterm-color byobu" /dev/null
(The 'script' bit works around a bug where docker exec -t doesn't
give you a usable tty.)
Or, if you're clever and run an Ubuntu mirror (or caching reverse proxy) on your docker host:
docker run -d --add-host archive.ubuntu.com:172.17.0.1 --name sandbox sneak/sandbox ;
docker exec -ti sandbox script -q -c "TERM=xterm-color byobu" /dev/null
Feedback is appreciated, PRs are encouraged.
Drop me an email or tweet @sneakdotberlin.
Jeffrey Paul <[email protected]>
5539 AD00 DE4C 42F3 AFE1 1575 0524 43F4 DF2A 55C2
This code is released into the public domain.
Content type
Image
Digest
Size
1 GB
Last updated
about 7 years ago
docker pull sneak/sandbox