From 589b00bbe1e3cf56f6e1420974fd848e19cd6dca Mon Sep 17 00:00:00 2001 From: ksurl Date: Thu, 3 Dec 2020 04:23:15 -0800 Subject: [PATCH] fix host flag (#685) --- docs/arguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arguments.md b/docs/arguments.md index b80257a..64bbdfc 100644 --- a/docs/arguments.md +++ b/docs/arguments.md @@ -102,7 +102,7 @@ Environment Variable: NO_COLOR Docker daemon socket to connect to. Can be pointed at a remote Docker host by specifying a TCP endpoint as "tcp://hostname:port". ``` - Argument: --host, -h + Argument: --host, -H Environment Variable: DOCKER_HOST Type: String Default: "unix:///var/run/docker.sock"