progress, not working yet
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
docker run -d --name sandbox sneak/sandbox
|
||||
docker exec -ti sandbox script -q -c "TERM=xterm-color byobu" /dev/null
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/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
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
docker kill sandbox
|
||||
docker rm sandbox
|
||||
10
bin/start-container
Normal file
10
bin/start-container
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
IMAGE="sneak/sandbox:next"
|
||||
|
||||
docker run
|
||||
-v /home/sneak:/home/sneak \
|
||||
-v /storage/admin:/root \
|
||||
-v /var/run/docker.sock:/var/run/docker.sock \
|
||||
-v /root/.ssh/authorized_keys:/root/.ssh/authorized_keys \
|
||||
$IMAGE
|
||||
Reference in New Issue
Block a user