Allow --link name to start with a number
See original GitHub issueIt 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.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Allow --link name to start with a number · Issue #2395 - GitHub
It would be nice to run docker run -it codercom/code-server:latest --link and not have to specify an argument to link.
Read more >Domain names that start with a number - Stack Overflow
I'm writing a regex for validating domain names. I'm looking at section 2.3.1 (starts on the bottom of page 7) and in the...
Read more >4 Steps to Add a Clickable Telephone Link in HTML
1. Create an anchor element. To start, create an anchor element with an empty href attribute. · 2. Enter your phone number in...
Read more >Links in HTML documents - W3C
Syntax of anchor names; Nested links are illegal; Anchors with the id attribute; Unavailable and unidentifiable resources. Document relationships: the LINK ...
Read more >Are there any downsides to starting a domain name with a digit?
Big downside: Having to spell it to people vocally it's very ambiguous. This goes for having a number anywhere in the URL.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has already been fixed server-side, should be fixed in the next release for code-server
Marking this as fixed then, just need to mention it in the release notes.