This commit is contained in:
2016-04-08 15:46:40 +02:00
parent c3f15c56ef
commit 08e7525433
4 changed files with 65 additions and 12 deletions

3
bin/sandbox Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker run -d --name sandbox sneak/sandbox
docker exec -ti sandbox script -q -c "TERM=xterm-color byobu" /dev/null

3
bin/sandbox-fast Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
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

3
bin/sandbox-kill Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
docker kill sandbox
docker rm sandbox