mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #2709 from eugenkrizo/patch-1
path needs to be specified to 'docker build' command
This commit is contained in:
commit
e12bba66ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
---------------
|
||||
|
|
Loading…
Reference in a new issue