Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DockerDefaultEntrypoint = []string{""}
To remove the entrypoint and reset it back to the docker default, return this value for Entrypoint. The docker commit API recognizes this value specially to reset the entrypoint.
Functions ¶
func AlterEntrypoint ¶
Types ¶
type NewEntrypoint ¶
type NewEntrypoint struct { NewImage string Entrypoint []string InjectFiles map[string]InjectFile }
Click to show internal directories.
Click to hide internal directories.