examples: Update to use new mount and format images

Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
Dave Tucker
2017-07-25 16:47:00 +01:00
parent 54c23849cf
commit 7434ed10e7
10 changed files with 30 additions and 30 deletions

View File

@@ -19,10 +19,10 @@ onboot:
image: linuxkit/binfmt:0bde4ebd422099f45c5ee03217413523ad2223e5
# Format and mount the disk image in /var/lib/docker
- name: format
image: linuxkit/format:84a997e69051a1bf05b7c1926ab785bb07932954
image: linuxkit/format:efafddf9bc6165b5efaf09c532c15a1100a10e61
- name: mount
image: linuxkit/mount:ac8939c4102f97c084d9ddfd445c1908fce6d768
command: ["/mount.sh", "/var/lib"]
image: linuxkit/mount:54990a6a69cb3ead4da8a9c1f0b651e27aea8d3f
command: ["/usr/bin/mountie", "/var/lib"]
# create docker dir on mounted drive if it doesn't exist
- name: mkdir-docker
image: alpine:3.6