package command
import "github.com/docker/docker/builder/command"
This package 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" )
Variables ¶
var Commands = map[string]struct{}{ Env: {}, Label: {}, Maintainer: {}, Add: {}, Copy: {}, From: {}, Onbuild: {}, Workdir: {}, Run: {}, Cmd: {}, Entrypoint: {}, Expose: {}, Volume: {}, User: {}, }
Commands is list of all Dockerfile commands
Source Files ¶
- Version
- v1.7.1-rc1
- Published
- Jul 2, 2015
- Platform
- js/wasm
- Last checked
- 10 seconds ago –
Tools for package owners.