diff --git a/enter.sh b/enter.sh index 927e68d..cf79c15 100755 --- a/enter.sh +++ b/enter.sh @@ -1,6 +1,7 @@ #!/bin/sh name="${1:-dev}" podman container rm -f -t 1 "$name" +podman pull git.plabble.org/job79/dev:latest podman run -it \ --name "$name" \ -v /run/user/1000/wayland-0:/run/user/1000/wayland-0 \ @@ -12,4 +13,4 @@ podman run -it \ -v "$name"-local:/home/user/.local \ --security-opt label=disable \ --userns=keep-id \ - dev + git.plabble.org/job79/dev:latest