mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
2c97295ad8
This removes the plugin section from the containerd configuration file
(`/var/run/docker/containerd/containerd.toml`) that is generated when
starting containerd as child process;
```toml
[plugins]
[plugins.linux]
shim = "containerd-shim"
runtime = "runc"
runtime_root = "/var/lib/docker/runc"
no_shim = false
shim_debug = true
```
This configuration doesn't appear to be used since commit:
|
||
---|---|---|
.. | ||
builder.go | ||
builder_test.go | ||
config.go | ||
config_linux.go | ||
config_linux_test.go | ||
config_test.go | ||
config_windows.go | ||
config_windows_test.go | ||
opts.go |