Merge pull request #26727 from ryanmccann1024/feature/26588-exec-no-session

feat(exec): Add --no-session flag for improved performance
This commit is contained in:
openshift-merge-bot[bot]
2025-11-20 10:28:15 +00:00
committed by GitHub
8 changed files with 237 additions and 105 deletions

View File

@@ -0,0 +1,7 @@
####> This option file is used in:
####> podman exec
####> If file is edited, make sure the changes
####> are applicable to all of those.
#### **--no-session**
Do not create a database session for the exec process. This can improve performance but the exec session will not be visible to other podman commands.

View File

@@ -31,6 +31,8 @@ Start the exec session, but do not attach to it. The command runs in the backgro
@@option latest
@@option no-session
@@option preserve-fd
@@option preserve-fds