-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: agent install name #1016
feat: agent install name #1016
Conversation
The same collision is true for crane as well. The name |
c0446a3
to
38a4ab1
Compare
38d5b11
to
fa719c7
Compare
fa719c7
to
1b66090
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please implement a container name validation, in the UI.
After naming the agent to: teszting 0001 ?#@$_+)!@31
, got the following command after running the curl command:
docker: Error response from daemon: Invalid container name (teszting 0001 ?#@$_+)!@31 ), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed.
a62e814
to
f739bfd
Compare
Implemented the option to change the container name of dagent, to avoid name collision when installing multiple agents on the same node.