docker image sandbox
This commit is contained in:
parent
4461341ccf
commit
855009b507
@ -2,4 +2,4 @@
|
||||
# useradd -md /home/sandbox -s $0 sandbox
|
||||
# usermod -aG docker sandbox
|
||||
# echo "$0" | sudo tee -a /etc/shells # for pam
|
||||
exec docker run --rm -it --name sandbox -v sandbox:/root -w /root --network none alpine
|
||||
exec docker run --rm -it -v sandbox:/root -w /root --network none alpine
|
||||
Loading…
x
Reference in New Issue
Block a user