Merge pull request #2670 from andrewmichaelsmith/patch-3

Change nginx bind port so it doesn't conflict
This commit is contained in:
Joe Beda 2014-12-01 10:27:38 -08:00
commit dcd711ab2f

View File

@ -45,7 +45,7 @@ You can now use any of the cluster/kubecfg.sh commands to interact with your loc
cluster/kubecfg.sh list /pods
cluster/kubecfg.sh list /services
cluster/kubecfg.sh list /replicationControllers
cluster/kubecfg.sh -p 8080:80 run dockerfile/nginx 1 myNginx
cluster/kubecfg.sh -p 8081:80 run dockerfile/nginx 1 myNginx
## begin wait for provision to complete, you can monitor the docker pull by opening a new terminal