mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
Merge pull request #2347 from justincormack/less-binfmt
Remove binfmt from most examples
This commit is contained in:
commit
dc91e84223
@ -11,8 +11,6 @@ onboot:
|
|||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||||
- name: mount
|
- name: mount
|
||||||
|
@ -9,8 +9,6 @@ init:
|
|||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
|
@ -14,8 +14,6 @@ onboot:
|
|||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||||
- name: mount
|
- name: mount
|
||||||
|
@ -14,8 +14,6 @@ onboot:
|
|||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||||
- name: mount
|
- name: mount
|
||||||
|
@ -10,8 +10,6 @@ init:
|
|||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@ -30,13 +28,6 @@ files:
|
|||||||
- path: etc/docker/daemon.json
|
- path: etc/docker/daemon.json
|
||||||
contents: '{"debug": true}'
|
contents: '{"debug": true}'
|
||||||
trust:
|
trust:
|
||||||
image:
|
org:
|
||||||
- linuxkit/kernel
|
- linuxkit
|
||||||
- linuxkit/init
|
- library
|
||||||
- linuxkit/runc
|
|
||||||
- linuxkit/containerd
|
|
||||||
- linuxkit/ca-certificates
|
|
||||||
- linuxkit/sysctl
|
|
||||||
- linuxkit/binfmt
|
|
||||||
- linuxkit/dhcpcd
|
|
||||||
- linuxkit/rngd
|
|
||||||
|
@ -11,8 +11,6 @@ onboot:
|
|||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
|
@ -11,8 +11,6 @@ onboot:
|
|||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
|
@ -10,8 +10,6 @@ init:
|
|||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@ -30,13 +28,6 @@ files:
|
|||||||
- path: etc/docker/daemon.json
|
- path: etc/docker/daemon.json
|
||||||
contents: '{"debug": true}'
|
contents: '{"debug": true}'
|
||||||
trust:
|
trust:
|
||||||
image:
|
org:
|
||||||
- linuxkit/kernel
|
- linuxkit
|
||||||
- linuxkit/init
|
- library
|
||||||
- linuxkit/runc
|
|
||||||
- linuxkit/containerd
|
|
||||||
- linuxkit/ca-certificates
|
|
||||||
- linuxkit/sysctl
|
|
||||||
- linuxkit/binfmt
|
|
||||||
- linuxkit/dhcpcd
|
|
||||||
- linuxkit/rngd
|
|
||||||
|
@ -9,8 +9,6 @@ init:
|
|||||||
onboot:
|
onboot:
|
||||||
- name: sysctl
|
- name: sysctl
|
||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: dhcpcd
|
- name: dhcpcd
|
||||||
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
image: linuxkit/dhcpcd:17423c1ccced74e3c005fd80486e8177841fe02b
|
||||||
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
command: ["/sbin/dhcpcd", "--nobackground", "-f", "/dhcpcd.conf", "-1"]
|
||||||
@ -52,5 +50,4 @@ files:
|
|||||||
trust:
|
trust:
|
||||||
org:
|
org:
|
||||||
- linuxkit
|
- linuxkit
|
||||||
image:
|
- library
|
||||||
- nginx:alpine
|
|
||||||
|
@ -11,8 +11,6 @@ onboot:
|
|||||||
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
image: linuxkit/sysctl:d1a43c7c91e92374766f962dc8534cf9508756b0
|
||||||
- name: sysfs
|
- name: sysfs
|
||||||
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
image: linuxkit/sysfs:006a65b30cfdd9d751d7ab042fde7eca2c3bc9dc
|
||||||
- name: binfmt
|
|
||||||
image: linuxkit/binfmt:257b5174a8e33bc62d5448cc026d72cae3713628
|
|
||||||
- name: format
|
- name: format
|
||||||
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
|
||||||
- name: mount
|
- name: mount
|
||||||
|
Loading…
Reference in New Issue
Block a user