mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
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:
7
docs/source/markdown/options/no-session.md
Normal file
7
docs/source/markdown/options/no-session.md
Normal 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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user