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 0081862 commit 067fb64Copy full SHA for 067fb64
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