Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.
https://github.com/dazedcat19/FMD2
Make sure to configure it using the 'web' ui.
- Does not require any display, works headless
- Keeps all of FMD2 features
- Since it's docker, it works on Linux
---
version: '3'
services:
fmd2:
image: banhcanh/docker-fmd2:v2.0.34.5-v0.0.13
container_name: fmd2
ports:
- 6080:6080
volumes:
- ./wine:/home/fmd2/.wine
- ./data:/app/FMD2/data
- ./userdata:/app/FMD2/userdata
- ./downloads:/app/FMD2/downloads
restart: unless-stopped
Check https://hub.docker.com/r/banhcanh/docker-fmd2/tags
for updated tags.
Using nix.
$(nix-build . -A buildOciStream) > oci.tar
docker load -i oci.tar