mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-11 16:47:55 +00:00
shift rest of these to using compose
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user