Explorar o código

changed deprecated -name option to --name

changed deprecated -name option to --name
Joel Handwell %!s(int64=11) %!d(string=hai) anos
pai
achega
2d622df835
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/examples/running_ssh_service.md

+ 1 - 1
docs/sources/examples/running_ssh_service.md

@@ -40,7 +40,7 @@ Build the image using:
 Then run it. You can then use `docker port` to find
 out what host port the container's port 22 is mapped to:
 
-    $ sudo docker run -d -P -name test_sshd eg_sshd
+    $ sudo docker run -d -P --name test_sshd eg_sshd
     $ sudo docker port test_sshd 22
     0.0.0.0:49154