Solomon Hykes 12 년 전
부모
커밋
cb58e63fc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/use/port_redirection.rst

+ 1 - 1
docs/sources/use/port_redirection.rst

@@ -19,7 +19,7 @@ public port will be allocated.
     docker run -p 80 <image> <cmd>
 
     # PUBLIC port 80 is redirected to PRIVATE port 80
-    docker run -p 80:80 <image <cmd>
+    docker run -p 80:80 <image> <cmd>
 
 
 Default port redirects can be built into a container with the EXPOSE build command.