From 4660a992df6101d0efce1dca579aeaac8cef8ded Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Thu, 24 Aug 2023 16:16:13 +0000 Subject: [PATCH] docs: README.md updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11a9d48..6c1632f 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Available command line arguments | argument|result| |--|--| |```-d [number > 0]```| set the minimum update interval for docker information, in ms, defaults to 1000 (1 second) | +|```--host [hostname]```| connect to Docker with a custom hostname, defaults to `/var/run/docker.sock`, will use `$DOCKER_HOST` env if set | |```-r```| show raw logs, by default oxker will remove ANSI formatting (conflicts with -c) | |```-c```| attempt to color the logs (conflicts with -r) | |```-t```| remove timestamps from each log entry |