From 8a289a8a54480b968a6924536e084d749e567cf0 Mon Sep 17 00:00:00 2001 From: Thomas Schroeter Date: Wed, 19 Feb 2014 10:50:11 +0000 Subject: [PATCH] Correct port range in OS X installation doc Docker-DCO-1.1-Signed-off-by: Thomas Schroeter (github: thschroeter) --- docs/sources/installation/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/installation/mac.rst b/docs/sources/installation/mac.rst index 75e788b597..5139324d0b 100644 --- a/docs/sources/installation/mac.rst +++ b/docs/sources/installation/mac.rst @@ -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