зеркало из https://github.com/microsoft/docker.git
Updated "Use -> The Basics" to use ubuntu:12.10.
ubuntu:latest doesn't have nc. ubuntu:12.10 does.
This commit is contained in:
Родитель
9b029a0854
Коммит
c0e95fa68a
|
@ -142,7 +142,7 @@ Expose a service on a TCP port
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
# Expose port 4444 of this container, and tell netcat to listen on it
|
# Expose port 4444 of this container, and tell netcat to listen on it
|
||||||
JOB=$(sudo docker run -d -p 4444 ubuntu /bin/nc -l -p 4444)
|
JOB=$(sudo docker run -d -p 4444 ubuntu:12.10 /bin/nc -l -p 4444)
|
||||||
|
|
||||||
# Which public port is NATed to my container?
|
# Which public port is NATed to my container?
|
||||||
PORT=$(sudo docker port $JOB 4444)
|
PORT=$(sudo docker port $JOB 4444)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче