Fix enter script
This commit is contained in:
2
enter.sh
2
enter.sh
@@ -26,7 +26,7 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true'
|
|||||||
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
|
-v /run/user/$UID/podman/podman.sock:/tmp/podman.sock \
|
||||||
-v $HOME/dev:/home/user/dev \
|
-v $HOME/dev:/home/user/dev \
|
||||||
-v v-$name:/home/user:copy \
|
-v v-$name:/home/user:copy \
|
||||||
--rm -td git.plabble.org/maurice/devc-$name
|
--rm -td git.plabble.org/maurice/$name:main
|
||||||
fi
|
fi
|
||||||
|
|
||||||
podman exec --detach-keys "ctrl-@" -it "$name" ${command:-}
|
podman exec --detach-keys "ctrl-@" -it "$name" ${command:-}
|
||||||
|
|||||||
Reference in New Issue
Block a user