Page MenuHomeDevCentral

Prefer container name to linked name
ClosedPublic

Authored by dereckson on Oct 2 2018, 19:33.
Tags
None
Referenced Files
F2830426: D1835.id4637.diff
Fri, Apr 19, 12:16
F2826151: D1835.diff
Thu, Apr 18, 19:05
Unknown Object (File)
Sun, Apr 14, 22:07
Unknown Object (File)
Wed, Apr 10, 15:08
Unknown Object (File)
Wed, Apr 10, 13:20
Unknown Object (File)
Sun, Apr 7, 09:57
Unknown Object (File)
Sun, Apr 7, 09:57
Unknown Object (File)
Sat, Apr 6, 11:23
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