mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-07 01:41:22 +00:00
Merge pull request #2347 from justincormack/less-binfmt
Remove binfmt from most examples
This commit is contained in:
@@ -10,8 +10,6 @@ init:
|
||||
onboot:
|
||||
- name: sysctl
|
||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||
- name: binfmt
|
||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
||||
- name: dhcpcd
|
||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||
@@ -30,13 +28,6 @@ files:
|
||||
- path: etc/docker/daemon.json
|
||||
contents: '{"debug": true}'
|
||||
trust:
|
||||
image:
|
||||
- linuxkit/kernel
|
||||
- linuxkit/init
|
||||
- linuxkit/runc
|
||||
- linuxkit/containerd
|
||||
- linuxkit/ca-certificates
|
||||
- linuxkit/sysctl
|
||||
- linuxkit/binfmt
|
||||
- linuxkit/dhcpcd
|
||||
- linuxkit/rngd
|
||||
org:
|
||||
- linuxkit
|
||||
- library
|
||||
|
Reference in New Issue
Block a user