Docker Container for the B-Em BBC Micro emulator
10K+
The Linux build of the B-Em Emulator baked into a container.
The source code for the application can be found here https://github.com/stardot
tagged versions
latest : Latest build form git master branch $ docker run -d -p 5920:5920 -v :/home/bbcmicro/ssd elminster/b-em:latest
allegro5-pre2 : Build from sf/allegro5 branch
$ docker run -p 5920:5920 --ulimit memlock=99999999 -v :/home/bbcmicro/ssd
elminster/b-em:allegro5-pre2
VNC to port 5920 on host running the container VNC password is TestVNC
This repo is a manifest list that points to either Linux x86 or Linux ARM dependings on what you are running.
Content type
Image
Digest
Size
114.2 MB
Last updated
over 8 years ago
docker pull elminster/b-em