question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow --link name to start with a number

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
sreyacommented, Dec 8, 2020

This has already been fixed server-side, should be fixed in the next release for code-server

0reactions
nhooyrcommented, Dec 8, 2020

Marking this as fixed then, just need to mention it in the release notes.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found