mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Correct port range in OS X installation doc
Docker-DCO-1.1-Signed-off-by: Thomas Schroeter <thschroeter@gmail.com> (github: thschroeter)
This commit is contained in:
parent
d0f4bc7cca
commit
8a289a8a54
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ with our containers as if they were running locally:
|
|||
.. code-block:: bash
|
||||
|
||||
# vm must be powered off
|
||||
for i in {4900..49900}; do
|
||||
for i in {49000..49900}; do
|
||||
VBoxManage modifyvm "boot2docker-vm" --natpf1 "tcp-port$i,tcp,,$i,,$i";
|
||||
VBoxManage modifyvm "boot2docker-vm" --natpf1 "udp-port$i,udp,,$i,,$i";
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue