Page MenuHomeDevCentral

Prefer container name to linked name
ClosedPublic

Authored by dereckson on Oct 2 2018, 19:33.
Tags
None
Referenced Files
F28351950: D1835.id.diff
Mon, May 11, 16:55
F28350035: D1835.id4637.diff
Mon, May 11, 16:37
F28341287: D1835.id4637.diff
Mon, May 11, 14:43
Unknown Object (File)
Sun, May 10, 18:33
Unknown Object (File)
Tue, May 5, 02:14
Unknown Object (File)
Wed, Apr 29, 05:37
Unknown Object (File)
Wed, Apr 29, 00:44
Unknown Object (File)
Sun, Apr 26, 15: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
No Lint Coverage
Unit
No Test Coverage
Branch
better-name (branched from master)
Build Status
Buildable 2831
Build 3079: arc lint + arc unit