-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Labels
enhancementSome improvement that isn't a featureSome improvement that isn't a feature
Milestone
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.
code-asher and rampd2
Metadata
Metadata
Assignees
Labels
enhancementSome improvement that isn't a featureSome improvement that isn't a feature