We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b336a84 + d4be340 commit 54a6e56Copy full SHA for 54a6e56
1 file changed
libcontainer/factory_linux.go
@@ -26,7 +26,7 @@ const (
26
)
27
28
var (
29
- idRegex = regexp.MustCompile(`^[\w_-]+$`)
+ idRegex = regexp.MustCompile(`^[\w-\.]+$`)
30
maxIdLen = 1024
31
32
0 commit comments