We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9bb8e commit 551f37dCopy full SHA for 551f37d
specs-go/v1/config.go
@@ -35,7 +35,7 @@ type ImageConfig struct {
35
Env []string `json:"Env"`
36
37
// Entrypoint defines a list of arguments to use as the command to execute when the container starts.
38
- EntryPoint []string `json:"EntryPoint"`
+ Entrypoint []string `json:"Entrypoint"`
39
40
// Cmd defines the default arguments to the entrypoint of the container.
41
Cmd []string `json:"Cmd"`
0 commit comments