We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd5a8d commit c42720aCopy full SHA for c42720a
README.md
@@ -81,7 +81,7 @@ For code examples, please look at the [Wiki](https://github.com/docker-java/dock
81
82
There are a couple of configuration items, all of which have sensible defaults:
83
84
-* `url` The Docker URL, e.g. `https://localhost:2376`.
+* `url` The Docker URL, e.g. `https://localhost:2376` or `unix:///var/run/docker.sock`
85
* `version` The API version, e.g. `1.16`.
86
* `username` Your registry username (required to push containers).
87
* `password` Your registry password.
0 commit comments