containers/podman

podman --remote exec ignores empty detach keys

Open

#28 193 ouverte le 4 mars 2026

Voir sur GitHub
 (6 commentaires) (0 réactions) (1 assigné)Go (3 107 forks)batch import
Good First Issuekind/bugstale-issuetriaged

Métriques du dépôt

Stars
 (31 686 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I've confirmed the fix in 5.8.0 for https://github.com/containers/podman/issues/27414 but it only fixes the issue for podman run, not podman exec. In the latter case, an empty string is treated as nothing and the default "C-p,C-q" is used instead of disabling the detach sequence.

Guide contributeur