diff --git a/devc.sh b/devc.sh index 3ad6c39..faef4b3 100755 --- a/devc.sh +++ b/devc.sh @@ -106,4 +106,4 @@ if [ "$(podman container inspect "$name" -f {{.State.Running}} 2>&1)" != 'true' podman run -td $(default_args) $(param_args $@) "$registry/$image" fi -podman exec -it "$name" ${DEVC_COMMAND:-} +podman exec --detach-keys "ctrl-q,ctrl-q" -it "$name" ${DEVC_COMMAND:-}