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)
Tue, Nov 12, 04:20
Unknown Object (File)
Sun, Nov 10, 02:28
Unknown Object (File)
Sat, Nov 9, 14:01
Unknown Object (File)
Tue, Oct 29, 08:28
Unknown Object (File)
Oct 18 2024, 06:59
Unknown Object (File)
Oct 17 2024, 00:40
Unknown Object (File)
Oct 14 2024, 20:18
Unknown Object (File)
Oct 12 2024, 22:42
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