Dockerfile expor
# It does not publish the container's port, but DOCUMENTS the
# ports the container is listening to...
EXPOSE <port> [<port>/<protocol>...]
RicarHincapie
# It does not publish the container's port, but DOCUMENTS the
# ports the container is listening to...
EXPOSE <port> [<port>/<protocol>...]