We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30885e4 commit 5c87315Copy full SHA for 5c87315
docker/container.go
@@ -52,7 +52,7 @@ type APIMount struct {
52
Driver string `json:"Driver,omitempty" yaml:"Driver,omitempty" toml:"Driver,omitempty"`
53
Mode string `json:"Mode,omitempty" yaml:"Mode,omitempty" toml:"Mode,omitempty"`
54
RW bool `json:"RW,omitempty" yaml:"RW,omitempty" toml:"RW,omitempty"`
55
- Propogation string `json:"Propogation,omitempty" yaml:"Propogation,omitempty" toml:"Propogation,omitempty"`
+ Propagation string `json:"Propagation,omitempty" yaml:"Propagation,omitempty" toml:"Propagation,omitempty"`
56
}
57
58
// APIContainers represents each container in the list returned by
0 commit comments