Skip to content

[Request]: IPv6: port forwarding #1006

@jglogan

Description

@jglogan

Feature or enhancement request details

We should accept an IPv6 host address (enclosed in square brackets) or an IPv4 address for port forwards.

Example for forwarding port 8080 on IPv6 localhost to port 8000 on the container IPv6 link-local address:

container run -p '[::]:8080:8000' -d node:latest npx http-server -a :: -p 8000

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestnetworkIssues and features associated with networking and DNS.nextItems in scope for the next few milestones

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions