From 855009b507c573a02d987143d42a61707114fb90 Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 18 Nov 2024 16:47:52 +0300 Subject: [PATCH] docker image sandbox --- opt/bin/sandbox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/bin/sandbox b/opt/bin/sandbox index 2cc112f..cb54362 100755 --- a/opt/bin/sandbox +++ b/opt/bin/sandbox @@ -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 \ No newline at end of file +exec docker run --rm -it -v sandbox:/root -w /root --network none alpine \ No newline at end of file