Replies: 1 comment
-
Container(forwarded_ports=[PortForwarding(container_port=8000, host_port=8080)],
# rest of args
) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lmilbaum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to port forward from a container specific port to a specific host port. How do I go about it?
Beta Was this translation helpful? Give feedback.
All reactions