mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-12-07 23:47:36 +00:00
21 lines
326 B
YAML
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
|