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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.