app

package
v0.0.0-...-71fbf24 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2019 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AppName  = "docker-slim"
	AppUsage = "optimize and secure your Docker containers!"
)

DockerSlim app CLI constants

View Source
const (
	CmdVersion = "version"
	CmdUpdate  = "update"
	CmdInfo    = "info"
	CmdBuild   = "build"
	CmdProfile = "profile"
)

DockerSlim app command names

View Source
const (
	FlagCheckVersion        = "check-version"
	FlagDebug               = "debug"
	FlagCommandReport       = "report"
	FlagVerbose             = "verbose"
	FlagLogLevel            = "log-level"
	FlagLog                 = "log"
	FlagLogFormat           = "log-format"
	FlagUseTLS              = "tls"
	FlagVerifyTLS           = "tls-verify"
	FlagTLSCertPath         = "tls-cert-path"
	FlagHost                = "host"
	FlagStatePath           = "state-path"
	FlagRemoveFileArtifacts = "remove-file-artifacts"
	FlagCopyMetaArtifacts   = "copy-meta-artifacts"
	FlagHTTPProbe           = "http-probe"
	FlagHTTPProbeCmd        = "http-probe-cmd"
	FlagHTTPProbeCmdFile    = "http-probe-cmd-file"
	FlagHTTPProbeRetryCount = "http-probe-retry-count"
	FlagHTTPProbeRetryWait  = "http-probe-retry-wait"
	FlagHTTPProbePorts      = "http-probe-ports"
	FlagHTTPProbeFull       = "http-probe-full"
	FlagShowContainerLogs   = "show-clogs"
	FlagShowBuildLogs       = "show-blogs"
	FlagEntrypoint          = "entrypoint"
	FlagCmd                 = "cmd"
	FlagWorkdir             = "workdir"
	FlagEnv                 = "env"
	FlagExpose              = "expose"
	FlagNewEntrypoint       = "new-entrypoint"
	FlagNewCmd              = "new-cmd"
	FlagNewExpose           = "new-expose"
	FlagNewWorkdir          = "new-workdir"
	FlagNewEnv              = "new-env"
	FlagImageOverrides      = "image-overrides"
	FlagExludeMounts        = "exclude-mounts"
	FlagExcludePath         = "exclude-path"
	FlagIncludePath         = "include-path"
	FlagIncludePathFile     = "include-path-file"
	FlagIncludeBin          = "include-bin"
	FlagIncludeExe          = "include-exe"
	FlagIncludeShell        = "include-shell"
	FlagMount               = "mount"
	FlagContinueAfter       = "continue-after"
	FlagNetwork             = "network"
	FlagLink                = "link"
	FlagHostname            = "hostname"
	FlagEtcHostsMap         = "etc-hosts-map"
	FlagContainerDNS        = "container-dns"
	FlagContainerDNSSearch  = "container-dns-search"
	FlagBuildFromDockerfile = "from-dockerfile"
)

DockerSlim app flag names

Variables

This section is empty.

Functions

func Run

func Run()

Run starts the master app

Types

This section is empty.

Directories

Path Synopsis
docker
inspectors
security

Jump to

Keyboard shortcuts

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