-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.
Description
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
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes 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.Assist humans wanting to comment on an old issue or PR with locked comments.