Dockerized QEMU for testing stuff on Windows
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3'
|
|
networks:
|
|
pub:
|
|
external: true
|
|
services:
|
|
app:
|
|
networks:
|
|
pub:
|
|
build:
|
|
context: .
|
|
privileged: true
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /home/lauri/test.bin:/data/image.bin:ro
|
|
environment:
|
|
- MAC=52:54:00:12:34:56
|
|
|