You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,9 @@ Global options:
327
327
-`--host` - Docker host address or socket (prefix with `tcp://` or `unix://`)
328
328
-`--crt-connection` - Container runtime connection (for non-Docker runtimes / for Docker user --host)
329
329
-`--crt-context` - Container runtime context name if supported (for Docker similar to setting '--context' or DOCKER_CONTEXT)
330
+
-`--crt-io-inactivity-timeout` - CRT I/O general inactivity timeout.
331
+
-`--crt-save-inactivity-timeout` - CRT save image operation inactivity timeout (overrides the general I/O timeout). If not set, defaults to 30 seconds.
332
+
-`--crt-copy-inactivity-timeout` - CRT copy from container operation inactivity timeout (overrides the general I/O timeout). If not set, defaults to 30 seconds.
FlagInContainerUsage="app is running in a container"
65
68
FlagArchiveStateUsage="archive app state to the selected Docker volume (default volume - mint-state). By default, enabled when app is running in a container (disabled otherwise). Set it to 'off' to disable explicitly."
66
69
FlagNoColorUsage="disable color output"
70
+
71
+
FlagCRTIOInactivityTimeoutUsage="CRT I/O general inactivity timeout"
72
+
FlagCRTSaveInactivityTimeoutUsage="CRT save image operation inactivity timeout (overrides the general I/O timeout)"
73
+
FlagCRTCopyInactivityTimeoutUsage="CRT copy from container operation inactivity timeout (overrides the general I/O timeout)"
0 commit comments