Move to Fedora

This commit is contained in:
maurice
2025-10-28 08:46:30 +01:00
parent b430988ba4
commit 9ef278fc7c
13 changed files with 45 additions and 76 deletions

View File

@@ -7,6 +7,7 @@ if [ -z "$1" ]; then
fi
name="devc-$1"
tag="main"
command="/bin/bash"
# When container is not running or arguments are provided,
@@ -29,7 +30,7 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
-v /run/user/$UID/wayland-0:/tmp/xdg/wayland-0 \
-v $HOME/dev:/home/user/dev \
-v v-$name:/home/user:copy \
--rm -td git.plabble.org/maurice/$name:main
--rm -td git.plabble.org/maurice/$name:$tag
fi
podman exec --detach-keys "ctrl-@" -it "$name" ${command:-}