1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
This commit is contained in:
Solomon Hykes 2013-06-17 14:28:04 -06:00
parent 8626598753
commit cb58e63fc5

View file

@ -19,7 +19,7 @@ public port will be allocated.
docker run -p 80 <image> <cmd>
# PUBLIC port 80 is redirected to PRIVATE port 80
docker run -p 80:80 <image <cmd>
docker run -p 80:80 <image> <cmd>
Default port redirects can be built into a container with the EXPOSE build command.