mirror of https://github.com/containers/podman.git
Fix typo: replace buildin with built-in
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
This commit is contained in:
parent
4700b5a58a
commit
12b3d01438
|
@ -213,11 +213,11 @@ type ContainerBasicConfig struct {
|
||||||
// container.
|
// container.
|
||||||
// Optional.
|
// Optional.
|
||||||
EnvMerge []string `json:"envmerge,omitempty"`
|
EnvMerge []string `json:"envmerge,omitempty"`
|
||||||
// UnsetEnv unsets the specified default environment variables from the image or from buildin or containers.conf
|
// UnsetEnv unsets the specified default environment variables from the image or from built-in or containers.conf
|
||||||
// Optional.
|
// Optional.
|
||||||
UnsetEnv []string `json:"unsetenv,omitempty"`
|
UnsetEnv []string `json:"unsetenv,omitempty"`
|
||||||
// UnsetEnvAll unsetall default environment variables from the image or from buildin or containers.conf
|
// UnsetEnvAll unsetall default environment variables from the image or from built-in or containers.conf
|
||||||
// UnsetEnvAll unsets all default environment variables from the image or from buildin
|
// UnsetEnvAll unsets all default environment variables from the image or from built-in
|
||||||
// Optional.
|
// Optional.
|
||||||
UnsetEnvAll *bool `json:"unsetenvall,omitempty"`
|
UnsetEnvAll *bool `json:"unsetenvall,omitempty"`
|
||||||
// Passwd is a container run option that determines if we are validating users/groups before running the container
|
// Passwd is a container run option that determines if we are validating users/groups before running the container
|
||||||
|
|
Loading…
Reference in New Issue