You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.