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, Sep 12, 16:16
Unknown Object (File)
Thu, Sep 11, 18:29
Unknown Object (File)
Thu, Sep 11, 15:10
Unknown Object (File)
Wed, Sep 10, 12:27
Unknown Object (File)
Wed, Sep 10, 03:44
Unknown Object (File)
Mon, Sep 8, 12:55
Unknown Object (File)
Sat, Sep 6, 23:10
Unknown Object (File)
Sat, Sep 6, 23: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
Lint Not Applicable
Unit
Tests Not Applicable