diff --git a/branch/main/docker_api_connection.html b/branch/main/docker_api_connection.html index de4433d2..945f6bc2 100644 --- a/branch/main/docker_api_connection.html +++ b/branch/main/docker_api_connection.html @@ -320,7 +320,7 @@ see

The URL or Unix socket path used to connect to the Docker API. To connect to a remote host, provide the TCP connection string. For example, tcp://192.0.2.23:2376. If TLS is used to encrypt the connection, the module will automatically replace tcp in the connection URL with https.

If the value is not specified in the task, the value of environment variable DOCKER_HOST will be used instead. If the environment variable is not set, the default value will be used.

-

Default: "unix://var/run/docker.sock"

+

Default: "unix:///var/run/docker.sock"

Configuration: