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)
Fri, Feb 6, 20:27
Unknown Object (File)
Thu, Feb 5, 20:27
Unknown Object (File)
Thu, Feb 5, 19:21
Unknown Object (File)
Thu, Feb 5, 07:57
Unknown Object (File)
Sun, Feb 1, 19:40
Unknown Object (File)
Thu, Jan 29, 13:32
Unknown Object (File)
Thu, Jan 29, 06:45
Unknown Object (File)
Mon, Jan 26, 21:17
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