progress, not working yet
This commit is contained in:
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