revert: "feat: run as current user"

This reverts commit 2b46cbae1e.
This commit is contained in:
2026-08-19 14:11:17 +02:00
parent 2b46cbae1e
commit 1c2d6e4344
8 changed files with 1 additions and 39 deletions
-5
View File
@@ -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-base