docker

package
v0.0.4-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 5, 2020 License: AGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CmdBuild = &cobra.Command{
		Use:   "build",
		Short: "builds docker image used by the \"fuzz\" command",
		Args:  cobra.ExactArgs(0),
		RunE:  runBuild,
	}
)
View Source
var (
	CmdDocker = &cobra.Command{
		Use:   "docker",
		Short: "Manage docker image used for fuzzing",
		Args:  cobra.ExactArgs(0),
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL