From dfe45e1ad5fe741c379c5549c9ea56ec440d2579 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Wed, 11 Sep 2013 15:35:05 -0400 Subject: [PATCH] Update hello_world.rst Small typo --- docs/sources/examples/hello_world.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/hello_world.rst b/docs/sources/examples/hello_world.rst index 0591a99449..b7204fdfed 100644 --- a/docs/sources/examples/hello_world.rst +++ b/docs/sources/examples/hello_world.rst @@ -14,7 +14,7 @@ run the docker daemon in the background, simply type: sudo docker -d & -Now you can run docker in client mode: by defalt all commands will be +Now you can run docker in client mode: by default all commands will be forwarded to the ``docker`` daemon via a protected Unix socket, so you must run as root.