mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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:
parent
b5ae1260ab
commit
3c0ebbb662
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user