From d2cde4fa6688b98433c7870a211b5172250c4b47 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 30 Jun 2015 14:26:40 -0700 Subject: [PATCH] update doc Signed-off-by: Victor Vieux --- docs/articles/basics.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/articles/basics.md b/docs/articles/basics.md index 340547d062..013ac1bc2a 100644 --- a/docs/articles/basics.md +++ b/docs/articles/basics.md @@ -83,12 +83,14 @@ Similarly, the Docker client can use `-H` to connect to a custom port. `-H` accepts host and port assignment in the following format: - tcp://[host][:port] or unix://path + tcp://[host][:port][path] or unix://path For example: - `tcp://host:2375` -> TCP connection on host:2375 +- `tcp://host:2375/path` -> TCP connection on + host:2375 and prepend path to all requests - `unix://path/to/socket` -> Unix socket located at `path/to/socket`