Skip to content

Commit

Permalink
Mark RootfsPropagation as omitempty
Browse files Browse the repository at this point in the history
  • Loading branch information
jonboulle committed Dec 31, 2015
1 parent 0879a94 commit 6b33b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime_config_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type LinuxRuntime struct {
// Seccomp specifies the seccomp security settings for the container.
Seccomp Seccomp `json:"seccomp"`
// RootfsPropagation is the rootfs mount propagation mode for the container
RootfsPropagation string `json:"rootfsPropagation"`
RootfsPropagation string `json:"rootfsPropagation,omitempty"`
}

// Namespace is the configuration for a linux namespace
Expand Down

0 comments on commit 6b33b7b

Please sign in to comment.