Support name resolution for renamed running containers #4375
Labels
area/docker
Support for the Docker operations
component/portlayer/network
impact/test/integration/enable
The test is associated with a disabled integration test
priority/p2
source/customer
Reported by a customer, directly or via an intermediary
team/container
User Statement:
As a user of VIC, I should be able to rename a running container (
c1
) and use the new name to create a link to or ping from another container (c2
) without restarting containerc1
.Details:
We need to update the alias and any name resolution metadata for the container during its rename operation. This is a follow-up of #4082, whose scope includes support for name resolution for containers that are restarted after renaming them, and containers that are created, renamed and then started. Renaming a running container will work after #4082 is closed, but name resolution for it won't.
Acceptance Criteria:
Passing tests for the following use cases:
The text was updated successfully, but these errors were encountered: