mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-28 17:50:56 +01:00
feat: added modules
This commit is contained in:
5
core/utils/docker.go
Normal file
5
core/utils/docker.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package utils
|
||||
|
||||
func IsDocker() (ok bool) {
|
||||
return EnvIsTrue("docker", false)
|
||||
}
|
||||
Reference in New Issue
Block a user