shift rest of these to using compose

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-02-18 15:35:35 +00:00
parent ff917e07f7
commit 2180d0d2ed
2 changed files with 22 additions and 10 deletions

View File

@@ -1,2 +1,16 @@
moby:
build: .
version: '2'
services:
moby:
build:
context: .
network_mode: bridge
arm:
build:
context: .
dockerfile: Dockerfile.armhf
network_mode: bridge
iso:
build:
context: .
dockerfile: Dockerfile.iso
network_mode: bridge