mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
container.conf: support attributed string slices
All `[]string`s in containers.conf have now been migrated to attributed string slices which require some adjustments in Buildah and Podman. [NO NEW TESTS NEEDED] Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/run.go
generated
vendored
4
vendor/github.com/containers/buildah/run.go
generated
vendored
@@ -86,7 +86,9 @@ type RunOptions struct {
|
||||
Runtime string
|
||||
// Args adds global arguments for the runtime.
|
||||
Args []string
|
||||
// NoHosts use the images /etc/hosts file
|
||||
// NoHostname won't create new /etc/hostname file
|
||||
NoHostname bool
|
||||
// NoHosts won't create new /etc/hosts file
|
||||
NoHosts bool
|
||||
// NoPivot adds the --no-pivot runtime flag.
|
||||
NoPivot bool
|
||||
|
||||
Reference in New Issue
Block a user