Files
linuxkit/alpine/docker-compose.yml
Justin Cormack 64ff2d2b15 use a volume for the initrd image
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-02-19 14:52:23 +00:00

19 lines
299 B
YAML

version: '2'
services:
moby:
build:
context: .
network_mode: bridge
volumes:
- .:/mnt
arm:
build:
context: .
dockerfile: Dockerfile.armhf
network_mode: bridge
iso:
build:
context: .
dockerfile: Dockerfile.iso
network_mode: bridge