Closed
Description
It would be nice to run docker run -it codercom/code-server:latest --link
and not have to specify an argument to link. However this will fail most of the time with Name must conform to regex ^[a-z][a-z0-9_]{0,50}$
because --link
defaults to host name (I think), and docker host names start with a number more often than they start with a letter.