diff --git a/conf/wide.go b/conf/wide.go index 4ca9ade..fa2c835 100644 --- a/conf/wide.go +++ b/conf/wide.go @@ -90,11 +90,7 @@ func Load(confPath, confData, confServer, confLogLevel string, confSiteStatCode cmd := exec.Command("docker", "version") _, err := cmd.CombinedOutput() if nil != err { - if !gulu.OS.IsWindows() { - logger.Errorf("Not found 'docker' installed, running user's code will cause security problem") - - os.Exit(-1) - } + logger.Warnf("Not found 'docker' installed, running user's code will cause security problem") } else { Docker = true }