sandbox
This commit is contained in:
parent
7f65ebc8b1
commit
7f50455536
@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env bash
|
|
||||||
# useradd -md /home/sandbox -s /opt/bin/alpine sandbox
|
|
||||||
# usermod -aG docker sandbox
|
|
||||||
exec docker run --rm -it alpine
|
|
||||||
5
opt/bin/sandbox
Executable file
5
opt/bin/sandbox
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# 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 --network none alpine
|
||||||
Loading…
x
Reference in New Issue
Block a user