latest
This commit is contained in:
3
bin/sandbox
Executable file
3
bin/sandbox
Executable 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
3
bin/sandbox-fast
Executable 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
3
bin/sandbox-kill
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
docker kill sandbox
|
||||
docker rm sandbox
|
||||
Reference in New Issue
Block a user