mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-04 21:51:46 +00:00
examples: Don't use a file section if you don't need it
Exception is ./moby.yaml where it serves as an example. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
@@ -76,6 +76,9 @@ services:
|
||||
binds:
|
||||
- /var/lib/docker:/var/lib/docker
|
||||
- /lib/modules:/lib/modules
|
||||
files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
trust:
|
||||
image:
|
||||
- mobylinux/kernel
|
||||
|
||||
@@ -64,9 +64,6 @@ services:
|
||||
trust:
|
||||
image:
|
||||
- mobylinux/kernel
|
||||
files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
outputs:
|
||||
- format: kernel+initrd
|
||||
- format: gcp
|
||||
|
||||
@@ -45,8 +45,5 @@ services:
|
||||
trust:
|
||||
image:
|
||||
- mobylinux/kernel
|
||||
files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
outputs:
|
||||
- format: vmdk
|
||||
|
||||
Reference in New Issue
Block a user