Sign inSign up

banhcanh/docker-mgba

By banhcanh

Updated over 5 years ago

Dockerized mGBA Game Boy Advance Emulator from https://github.com/mgba-emu/mgba

Image
0

504

banhcanh/docker-mgba repository overview

Descriptions

Dockerized mGBA.

https://github.com/mgba-emu/mgba

https://hub.docker.com/r/banhcanh/docker-mgba

Use linuxserver's ubuntu focal base image.

Controls:

  • Use arrows to move.
  • To press button A, use W
  • To press button B, use Z
  • To press buttons L and R, use Q and S
  • To press start and select, use return key and backspace

Features

Most features from: https://github.com/mgba-emu/mgba

BUT with:

  • Accessible from browser
  • No sound for now
  • Probably poor performance (rely exclusively on CPU for now)
  • Some glitch/artifacts
  • Auto-start your rom.gba (see below)

Docker

---
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

Screenshot

image

License

MIT

Tag summary

Content type

Image

Digest

Size

314.3 MB

Last updated

over 5 years ago

docker pull banhcanh/docker-mgba