|
1 year ago | |
---|---|---|
bin | 1 year ago | |
.gitignore | 4 years ago | |
Dockerfile | 1 year ago | |
Makefile | 1 year ago | |
README.markdown | 4 years ago | |
run.sh | 1 year ago | |
sources.list | 1 year ago |
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 <sneak@sneak.berlin>
5539 AD00 DE4C 42F3 AFE1 1575 0524 43F4 DF2A 55C2
This code is released into the public domain.