Skip to content

Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.

License

Notifications You must be signed in to change notification settings

Nitrousoxide/docker-FMD2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Descriptions

Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.

https://github.com/dazedcat19/FMD2

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

Make sure to configure it using the 'web' ui.

Features:

  • Does not require any display, works headless
  • Keeps all of FMD2 features
  • Since it's docker, it works on Linux
  • Make use of Linuxserver alpine base image

Docker

---
version: "3"
services:
  fmd2:
    image: banhcanh/docker-fmd2:kasm-v3
    container_name: fmd2
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Paris
      - UMASK=022 #optional
    ports:
      - 3000:3000
    volumes:
      - ./tmp/FMD2/userdata:/app/FMD2/userdata
      - ./tmp/downloads:/downloads
    restart: unless-stopped

Kubernetes

https://github.com/TKVH-Apps/fmd2

License

MIT

About

Dockerized FMD2 (Windows with Wine) using VNC, noVNC and webSocketify to display GUI on a webpage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 52.4%
  • Shell 47.6%