volume + proxy

This commit is contained in:
baiobelfer 2024-10-22 11:00:15 +02:00
parent f0d387a280
commit 1456a876ab
1 changed files with 7 additions and 0 deletions

7
__vp Normal file
View File

@ -0,0 +1,7 @@
f() {
sudo docker run --rm -dit --privileged \
-v "$(pwd)/app:/home/user/work" \
-p 3333:3333 \
--name "$1" deb su - user;
};
f $1