fox-archives / dockerized-mmlogic

Configuration for spinning up MultiMedia Logic in a Docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized MultiMedia Logic

Introduction

MultiMedia Logic is a good program logic simulation and the similar. If you want to get it up and running quickly (without installing wine on your host system), this is the tool for you. It contains configuration used to spin up MultiMedia Logic in a Docker container, whether you are running on GNU/Linux, macOS, or Windows.

Notes

If you are on GNU/Linux, this will only work if you are running an Xorg display server on your host machine. (Wayland and Mir are not directly supported).

Important, the MultiMedia Logic program will only be able to see files that are contained in the ./dockerized-mmlogic directory. You will not be able to browse for files that are just anywhere on your computer. This is because we are bind mounting the ./dockerized-mmlogic directory into the Docker container.

Setup

Docker must be installed.

git clone https://github.com/eankeen/dockerized-mmlogic
cd dockerized-mmlogic
mkdir .wine
chmod +x ./start.sh
sudo ./start.sh
# on subsequent starts, update `Dockerfile` CMD to use new executable

Running start.sh as sudo is required because connecting to the Docker daemon socket requires superuser privileges.

About

Configuration for spinning up MultiMedia Logic in a Docker container

License:Other


Languages

Language:Dockerfile 55.3%Language:Shell 44.7%