From 5325703c2758b394de3e12723dd8dc89b1df9b29 Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Sat, 17 Aug 2013 21:54:10 -0700 Subject: [PATCH] updated default --- docs/sources/commandline/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/commandline/cli.rst b/docs/sources/commandline/cli.rst index 6d96886473..9f8c296fe6 100644 --- a/docs/sources/commandline/cli.rst +++ b/docs/sources/commandline/cli.rst @@ -15,7 +15,7 @@ To list available commands, either run ``docker`` with no parameters or execute $ sudo docker Usage: docker [OPTIONS] COMMAND [arg...] - -H=[tcp://127.0.0.1:4243]: tcp://host:port to bind/connect to or unix://path/to/socket to use + -H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use A self-sufficient runtime for linux containers.