vendor containers/image, OCI/image-spec

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca
2016-09-08 13:23:41 +02:00
parent fc0c5be08d
commit 81d67eab92
17 changed files with 95 additions and 60 deletions

View File

@@ -35,7 +35,7 @@ type ImageConfig struct {
Env []string `json:"Env"`
// Entrypoint defines a list of arguments to use as the command to execute when the container starts.
EntryPoint []string `json:"EntryPoint"`
Entrypoint []string `json:"Entrypoint"`
// Cmd defines the default arguments to the entrypoint of the container.
Cmd []string `json:"Cmd"`