mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 22:32:05 +00:00
example: Remove docker.json from linuxkit.yml
The 'docker.json' file is not used in the top level example and was merely there as an example use of the 'file' section. Since we now have the containerd config file in the 'file' section the 'docker.json' entry is no longer needed. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -26,8 +26,6 @@ services:
|
||||
- CAP_SETGID
|
||||
- CAP_DAC_OVERRIDE
|
||||
files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
- path: etc/containerd/config.toml
|
||||
contents: |
|
||||
state = "/run/containerd"
|
||||
|
||||
Reference in New Issue
Block a user