mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
path needs to be specified to 'docker build' command
current folder '.' appended as a path
This commit is contained in:
@@ -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
|
||||
---------------
|
||||
|
||||
Reference in New Issue
Block a user