Add --hostport to run-container.

This helps as a starting point to show a single-machine container.
Its easier to use this as an example to show where host port mapping breaks and move on to
services.
This commit is contained in:
Rohit Jnagal
2015-04-29 23:54:23 +00:00
parent a100e976ec
commit 9cbfb0c3f9
7 changed files with 85 additions and 10 deletions

View File

@@ -30,6 +30,10 @@ Creates a replication controller to manage the created container(s).
\fB\-h\fP, \fB\-\-help\fP=false
help for run\-container
.PP
\fB\-\-hostport\fP=\-1
The host port mapping for the container port. To demonstrate a single\-machine container.
.PP
\fB\-\-image\fP=""
The image for the container to run.