arch/build-iso/docker-compose.yml

19 lines
321 B
YAML
Raw Normal View History

version: '3.7'
services:
# usage:
2021-06-14 15:30:42 +02:00
# sudo docker-compose run --rm archiso
archiso:
build: .
# command: ["clean"]
volumes:
- ./out:/out
## interactive
#stdin_open: true # docker run -i
#tty: true # docker run -t
2021-06-12 12:16:10 +02:00
privileged: true # allow container to mount (-> airootfs)