Constructor for EXPOSE instruction
Expose(port, host = NA_integer_)
Arguments
port |
(character or numeric, required) the port of the container to be exposed |
host |
(numeric, optional) port of the host, if missing the same port as in the container is exposed |
Value
the object
Examples
#no example yet