Remove binfmt from most examples

It is not in any wa=y a required container, and now that arm64
and other architecture machines are widely available we should
start to deprecate it, as it has many issues, eg requires patches
to qemu for Go support, will mislabel images etc.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2017-08-03 15:06:49 +01:00
parent b886cd0da5
commit 842d089a1b
10 changed files with 7 additions and 42 deletions

View File

@ -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

View File

@ -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"]

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"]

View File

@ -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"]

View File

@ -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

View File

@ -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

View File

@ -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