feat: readd detach keys
This commit is contained in:
2
devc.sh
2
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:-}
|
||||
|
||||
Reference in New Issue
Block a user