package command
import "github.com/docker/docker/builder/dockerfile/command"
Package command contains the set of Dockerfile commands.
Index ¶
Constants ¶
const ( Env = "env" Label = "label" Maintainer = "maintainer" Add = "add" Copy = "copy" From = "from" Onbuild = "onbuild" Workdir = "workdir" Run = "run" Cmd = "cmd" Entrypoint = "entrypoint" Expose = "expose" Volume = "volume" User = "user" StopSignal = "stopsignal" Arg = "arg" )
Define constants for the command strings
Variables ¶
var Commands = map[string]struct{}{ Env: {}, Label: {}, Maintainer: {}, Add: {}, Copy: {}, From: {}, Onbuild: {}, Workdir: {}, Run: {}, Cmd: {}, Entrypoint: {}, Expose: {}, Volume: {}, User: {}, StopSignal: {}, Arg: {}, }
Commands is list of all Dockerfile commands
Source Files ¶
- Version
- v1.9.0-rc3
- Published
- Oct 28, 2015
- Platform
- js/wasm
- Last checked
- 4 minutes ago –
Tools for package owners.