@@ -8,16 +8,11 @@ echo "
|
||||
=> Starting container
|
||||
"
|
||||
|
||||
userid=$(id -u)
|
||||
usergroup=$(id -g)
|
||||
|
||||
|
||||
docker run -it \
|
||||
-v $mount:/mnt \
|
||||
-v ~/.config/fish:/root/.config/fish \
|
||||
-v ~/projects/system/dotfiles/scripts/:/root/projects/system/dotfiles \
|
||||
--name $name \
|
||||
--hostname jh-dev-container-$name \
|
||||
-u $userid:$usergroup \
|
||||
-w /mnt \
|
||||
git.janishutz.com/registry/dev-container-python
|
||||
|
||||
Reference in New Issue
Block a user