This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
portainer
mirror of
https://github.com/portainer/portainer
Watch
1
Star
0
Fork
You've already forked portainer
0
Code
Issues
Releases
Wiki
Activity
a598b2d72d
portainer
/
api
/
exec
/
common.go
5 lines
95 B
Go
Raw
Blame
History
package
exec
import
"regexp"
var
stackNameNormalizeRegex
=
regexp
.
MustCompile
(
"[^-_a-z0-9]+"
)
Reference in New Issue
View Git Blame
Copy Permalink