Answers for "dockerfile do i need to expose"

1

dockerfile EXPOSE

# It does not publish the container's port, but DOCUMENTS the
# ports the container is listening to...

EXPOSE <port> [<port>/<protocol>...]
Posted by: Guest on June-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language