Bläddra i källkod

path needs to be specified to 'docker build' command

current folder '.' appended as a path
eugenkrizo 11 år sedan
förälder
incheckning
007964793d
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      docs/sources/examples/running_redis_service.rst

+ 1 - 1
docs/sources/examples/running_redis_service.rst

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