INNER CODE UNIT · Go

topContext

alexei-led/pumba · cmd/main.go:55

	topContext = handleSignals() //nolint:fatcontext // top-level process signal context, assigned once in init
}

func main() {
	rootCertPath := "/etc/ssl/docker"

	if os.Getenv("DOCKER_CERT_PATH") != "" {
		rootCertPath = os.Getenv("DOCKER_CERT_PATH")
	}

	app := cli.NewApp()
	app.Name = "Pumba"
	app.Version = versionSingature
	app.Compiled = time.Now()
	app.Authors = []cli.Author{
		{
			Name:  "Alexei Ledenev",
			Email: "alexei.led@gmail.com",

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…