Enhancement: Support publishing ports to host OS #569
Labels
area/cli
Relating to the cli
kind/feature-request
New feature or request
stale-exempt
Exempt from stale
Port publishing similar to Docker's
--publish
flagHere's a specific use-case from my org: we run a JUnit test suite in GH Actions, and were trying to debug an issue with suite using Act, but this was difficult because the JVM remote debugger listens on a port inside the Act container and wasn't easily accessible to our dev toolset. If the maintainers would be open to adding port publishing with a flag like
--publish
(following Docker conventions), we'd might be able to open a PR around this.CC: @olga-casian
The text was updated successfully, but these errors were encountered: