Page MenuHomeDevCentral

Prefer container name to linked name
ClosedPublic

Authored by dereckson on Oct 2 2018, 19:33.
Tags
None
Referenced Files
F31320843: D1835.diff
Mon, Jun 1, 10:08
Unknown Object (File)
Sun, May 24, 04:16
Unknown Object (File)
Fri, May 22, 18:11
Unknown Object (File)
Mon, May 18, 07:36
Unknown Object (File)
Sun, May 17, 04:23
Unknown Object (File)
Fri, May 15, 23:28
Unknown Object (File)
Fri, May 15, 12:04
Unknown Object (File)
Fri, May 15, 08:47
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