소스 검색

Merge pull request #2709 from eugenkrizo/patch-1

path needs to be specified to 'docker build' command
Andy Rothfusz 11 년 전
부모
커밋
e12bba66ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 ---------------