Merge pull request #2709 from eugenkrizo/patch-1

path needs to be specified to 'docker build' command
Upstream-commit: e12bba66ea784e0c7859b5679d6a55d639889508
Component: engine
This commit is contained in:
Andy Rothfusz
2013-11-15 13:34:08 -08:00
@@ -29,7 +29,7 @@ with your own user name.
.. code-block:: bash
sudo docker build -t <your username>/redis
sudo docker build -t <your username>/redis .
Run the service
---------------