Learn R Programming

containerit (version 0.6.0)

Expose: Constructor for EXPOSE instruction

Description

Constructor for EXPOSE instruction

Usage

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

Run this code
# NOT RUN {
#no example yet
# }

Run the code above in your browser using DataLab