Files
linuxkit/alpine/docker-compose.yml
Justin Cormack ee7b04356b use volume for building iso
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2016-02-19 16:11:09 +00:00

21 lines
326 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
volumes:
- .:/mnt