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)
Wed, Apr 1, 09:26
Unknown Object (File)
Sun, Mar 29, 11:58
Unknown Object (File)
Sat, Mar 28, 22:33
Unknown Object (File)
Sat, Mar 28, 12:30
Unknown Object (File)
Sat, Mar 28, 12:30
Unknown Object (File)
Sat, Mar 28, 05:16
Unknown Object (File)
Thu, Mar 26, 06:51
Unknown Object (File)
Sat, Mar 21, 05:10
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