mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Adds ReadOnlyRootFilesystem support for containers
This commit is contained in:
@@ -354,6 +354,8 @@ type RunContainerOptions struct {
|
||||
DNSSearch []string
|
||||
// The parent cgroup to pass to Docker
|
||||
CgroupParent string
|
||||
// The type of container rootfs
|
||||
ReadOnly bool
|
||||
}
|
||||
|
||||
// VolumeInfo contains information about the volume.
|
||||
|
||||
Reference in New Issue
Block a user