Page MenuHomeDevCentral

Prefer container name to linked name
ClosedPublic

Authored by dereckson on Oct 2 2018, 19:33.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 20, 18:15
Unknown Object (File)
Sun, Aug 16, 07:34
Unknown Object (File)
Wed, Aug 5, 17:35
Unknown Object (File)
Wed, Aug 5, 11:06
Unknown Object (File)
Wed, Aug 5, 09:04
Unknown Object (File)
Tue, Aug 4, 13:21
Unknown Object (File)
Tue, Aug 4, 10:00
Unknown Object (File)
Tue, Aug 4, 09:41
Subscribers
None

Details

Summary

A Docker container has several name:

  • the container name
  • a set of <base container>/<link name> when the container is linked to

Even if --link is deprecated, it's still valuable to implement a quick check
to select a name without slash if available.

Test Plan

Test on Dwellers:

  • before: RabbitMQ containers had nasqueron/mq as name
  • after: white-rabbit is well the name printed

Diff Detail

Repository
rDP Docker Processes
Lint
Lint Not Applicable
Unit
Tests Not Applicable