Skip to content
This repository was archived by the owner on Feb 24, 2024. It is now read-only.
This repository was archived by the owner on Feb 24, 2024. It is now read-only.

Container viewer shows "incorrect" name in the column "NAMES " #75

@weyou

Description

@weyou

I have built a nextcloud server with docker. Nextcloud also requires the mariabdb and redis. Here is the container name list of my server:

  • mariadb
  • redis
  • nextcloud

I run the nextcloud container with extra args --link mariadb:mariadb --link redis:redis
Everything works ok. But the redis container name in the "NAMES" show as "nextcloud/redis". It look strange. It should be "redis" as I set it up in the Container Name when running the redis. So is this by design? or a issue of docker plugin?

BTW. The displayed name of mariadb is "mariadb", that's correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions