vendor: github.com/docker/docker 388216fc45ab (v25.0.0-dev)
full diff: f3cc93630e...388216fc45
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -98,10 +98,12 @@ var sampleInfoNoSwarm = system.Info{
|
||||
Labels: []string{"provider=digitalocean"},
|
||||
ExperimentalBuild: false,
|
||||
ServerVersion: "17.06.1-ce",
|
||||
Runtimes: map[string]system.Runtime{
|
||||
Runtimes: map[string]system.RuntimeWithStatus{
|
||||
"runc": {
|
||||
Path: "docker-runc",
|
||||
Args: nil,
|
||||
Runtime: system.Runtime{
|
||||
Path: "docker-runc",
|
||||
Args: nil,
|
||||
},
|
||||
},
|
||||
},
|
||||
DefaultRuntime: "runc",
|
||||
|
||||
Reference in New Issue
Block a user