Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 490 Bytes

File metadata and controls

22 lines (15 loc) · 490 Bytes

dosbox

Raspberry Pi docker image for dosbox

Quick Start

This container image is available from the Docker Hub.

Assuming that you have Docker installed, run the following command:

docker run -d \
        -p 3389:3389 \
        -p 5900:5900 \
        --name dosbox \
        --privileged fransking/dosbox-arm32v7:latest

priviledged mode is needed if you want to enable GPU acceleration

License

This project is licensed under the BSD 2-Clause License.