Skip to content

support container network aliases #7870

@tmds

Description

@tmds

Allow to set network aliases for containers.

Either providing the alias on docker run:

docker run --name container1 --network network1 --network-alias alias1 --network-alias alias2 <image>

Or providing the alias post docker run:

network connect --alias alias1 --alias alias2 network1 container1

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategorizes issue or PR as related to a new feature.locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions