Skip to content

Commit

Permalink
container: add Runtime option to HostConfig
Browse files Browse the repository at this point in the history
Fixes fsouza#739.
  • Loading branch information
fsouza committed Jun 27, 2018
1 parent be08a2e commit 95cb279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container.go
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ type Config struct {
OpenStdin bool `json:"OpenStdin,omitempty" yaml:"OpenStdin,omitempty" toml:"OpenStdin,omitempty"`
StdinOnce bool `json:"StdinOnce,omitempty" yaml:"StdinOnce,omitempty" toml:"StdinOnce,omitempty"`
NetworkDisabled bool `json:"NetworkDisabled,omitempty" yaml:"NetworkDisabled,omitempty" toml:"NetworkDisabled,omitempty"`
Runtime string `json:"Runtime,omitempty" yaml:"Runtime,omitempty" toml:"Runtime,omitempty"`

// This is no longer used and has been kept here for backward
// compatibility, please use HostConfig.VolumesFrom.
Expand Down

0 comments on commit 95cb279

Please sign in to comment.