Dockerized mGBA Game Boy Advance Emulator from https://github.com/mgba-emu/mgba
504
Dockerized mGBA.
https://github.com/mgba-emu/mgba
https://hub.docker.com/r/banhcanh/docker-mgba
Use linuxserver's ubuntu focal base image.
Controls:
Most features from: https://github.com/mgba-emu/mgba
BUT with:
---
version: "2.1"
services:
mgba:
image: banhcanh/docker-mgba
container_name: mgba
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- UMASK=022 #optional
ports:
- 6180:6180
volumes:
- /path/to/config:/config
- /path/to/roms:/roms
restart: unless-stopped

Content type
Image
Digest
Size
314.3 MB
Last updated
over 5 years ago
docker pull banhcanh/docker-mgba