path needs to be specified to 'docker build' command

current folder '.' appended as a path
Upstream-commit: 007964793dd619279bfb48c3fa84ada65aa599bd
Component: engine
This commit is contained in:
eugenkrizo
2013-11-15 16:16:59 +01:00
parent a9461ab782
commit bc283849de

View File

@ -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
---------------