Merge pull request #2654 from rn/modprobe

test: Use the modprobe package instead of alpine:3.6
This commit is contained in:
Rolf Neugebauer 2017-10-30 10:13:55 +01:00 committed by GitHub
commit 0cc0e18ee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 15 deletions

View File

@ -6,11 +6,7 @@ init:
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
onboot:
- name: modprobe
image: alpine:3.6
capabilities: [all]
binds:
- /lib/modules:/lib/modules
- /sys:/sys
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:10e75e78e1f134d310c62e9a0352df1c67b0dd81

View File

@ -6,11 +6,7 @@ init:
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
onboot:
- name: modprobe
image: alpine:3.6
capabilities: [all]
binds:
- /lib/modules:/lib/modules
- /sys:/sys
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
command: ["modprobe", "btrfs"]
- name: extend
image: linuxkit/extend:8b6db5bf68330cc4e91c74532732a7e227ae12fd

View File

@ -6,11 +6,7 @@ init:
- linuxkit/runc:817fdc592eac6cb7804fa1721a43a7f6e23fb50f
onboot:
- name: modprobe
image: alpine:3.6
capabilities: [all]
binds:
- /lib/modules:/lib/modules
- /sys:/sys
image: linuxkit/modprobe:2d153653d1111877a8f53704ef85063a44182ade
command: ["modprobe", "btrfs"]
- name: format
image: linuxkit/format:10e75e78e1f134d310c62e9a0352df1c67b0dd81