mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 11:00:25 +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:
parent
a59e24b4fa
commit
b0629176ab
@ -76,6 +76,9 @@ services:
|
|||||||
binds:
|
binds:
|
||||||
- /var/lib/docker:/var/lib/docker
|
- /var/lib/docker:/var/lib/docker
|
||||||
- /lib/modules:/lib/modules
|
- /lib/modules:/lib/modules
|
||||||
|
files:
|
||||||
|
- path: etc/docker/daemon.json
|
||||||
|
contents: '{"debug": true}'
|
||||||
trust:
|
trust:
|
||||||
image:
|
image:
|
||||||
- mobylinux/kernel
|
- mobylinux/kernel
|
||||||
|
@ -64,9 +64,6 @@ services:
|
|||||||
trust:
|
trust:
|
||||||
image:
|
image:
|
||||||
- mobylinux/kernel
|
- mobylinux/kernel
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: kernel+initrd
|
||||||
- format: gcp
|
- format: gcp
|
||||||
|
@ -45,8 +45,5 @@ services:
|
|||||||
trust:
|
trust:
|
||||||
image:
|
image:
|
||||||
- mobylinux/kernel
|
- mobylinux/kernel
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: vmdk
|
- format: vmdk
|
||||||
|
@ -22,9 +22,6 @@ services:
|
|||||||
- CAP_SYS_ADMIN
|
- CAP_SYS_ADMIN
|
||||||
oomScoreAdj: -800
|
oomScoreAdj: -800
|
||||||
readonly: true
|
readonly: true
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: kernel+initrd
|
||||||
- format: iso-bios
|
- format: iso-bios
|
||||||
|
@ -19,9 +19,6 @@ services:
|
|||||||
- CAP_SYS_ADMIN
|
- CAP_SYS_ADMIN
|
||||||
oomScoreAdj: -800
|
oomScoreAdj: -800
|
||||||
readonly: true
|
readonly: true
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: kernel+initrd
|
||||||
- format: iso-bios
|
- format: iso-bios
|
||||||
|
@ -53,9 +53,6 @@ services:
|
|||||||
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
- /run/containerd/containerd.sock:/run/containerd/containerd.sock
|
||||||
- /var/lib/containerd:/var/lib/containerd
|
- /var/lib/containerd:/var/lib/containerd
|
||||||
- /etc/resolv.conf:/etc/resolv.conf
|
- /etc/resolv.conf:/etc/resolv.conf
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: kernel+initrd
|
||||||
- format: iso-bios
|
- format: iso-bios
|
||||||
|
@ -19,9 +19,6 @@ services:
|
|||||||
- CAP_SYS_ADMIN
|
- CAP_SYS_ADMIN
|
||||||
oomScoreAdj: -800
|
oomScoreAdj: -800
|
||||||
readonly: true
|
readonly: true
|
||||||
files:
|
|
||||||
- path: etc/docker/daemon.json
|
|
||||||
contents: '{"debug": true}'
|
|
||||||
outputs:
|
outputs:
|
||||||
- format: kernel+initrd
|
- format: kernel+initrd
|
||||||
- format: iso-bios
|
- format: iso-bios
|
||||||
|
Loading…
Reference in New Issue
Block a user