mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 00:49:06 -06:00
dockerMan: Only allow name compatible with docker
2 characters minimum, must start with a-zA-Z0-9 2nd+ characters a-zA-z0-0.-_
This commit is contained in:
@@ -716,7 +716,7 @@ _(Template)_:
|
||||
|
||||
<div markdown="1" class="<?=$showAdditionalInfo?>">
|
||||
_(Name)_:
|
||||
: <input type="text" name="contName" required>
|
||||
: <input type="text" name="contName" pattern="[a-zA-Z0-9][a-zA-Z0-9_.-]+" required>
|
||||
|
||||
:docker_client_name_help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user