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

Description
I have built a nextcloud server with docker. Nextcloud also requires the mariabdb and redis. Here is the container name list of my server:
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.