-
Notifications
You must be signed in to change notification settings - Fork 387
Description
It would be great if I can set the name of the Docker container. If I try x11docker -- --name=cathode jess/cathode
it fails with Error response from daemon: no such image: x11docker_X100_3c3ea8_jess-cathode: invalid reference format: repository name must be lowercase
. I'm not sure if it is because of the duplicate --name
argument in the docker run command.
Adding an optional x11docker argument --name
would be useful to set an own Docker container name to identify this container in a network via the name. I need this for debugging. I have an IDE Docker Container and a Docker Compose network. I join the IDE Docker Container to the Docker Compose network but I have to set the debug host IP/Name (the IDE Docker Container in this case) manually.
What do you think or are there any problems with setting a custom container name?