docs: README.md

This commit is contained in:
Jack Wills
2023-11-20 15:40:41 +00:00
parent 9e83d48641
commit 1c173d0230
+1 -1
View File
@@ -115,7 +115,7 @@ Available command line arguments
|```-g```| No TUI, essentially a debugging mode with limited functionality, for now.| |```-g```| No TUI, essentially a debugging mode with limited functionality, for now.|
|```--host [hostname]```| Connect to Docker with a custom hostname. Defaults to `/var/run/docker.sock`. Will use `$DOCKER_HOST` environment variable if set.| |```--host [hostname]```| Connect to Docker with a custom hostname. Defaults to `/var/run/docker.sock`. Will use `$DOCKER_HOST` environment variable if set.|
|```--save-dir [directory]```| Save exported logs into a custom directory. Defaults to `$HOME`.| |```--save-dir [directory]```| Save exported logs into a custom directory. Defaults to `$HOME`.|
|```--use-cli```| When executing into a container, force use of the external Docker CLI application, instead of by the Docker api.| |```--use-cli```| Use the Docker application when execing into a container, instead of the Docker API.|
## Build step ## Build step