Who needs native support? LOTR moria on Wine, now tamed for ARM64 and AMD64 beasts.
1.8K
The goal of this build is to enable running Return to Moria on Wine with all the latest features: staging-tkg-ntsync-wow64, on both arm64 and amd64 platforms.
Additional information can be found here:
https://github.com/tsx-cloud/moria-docker-arm
Emulation via Box64 + Wine builds by Kron4ek (Recommended):
latest, arm64Emulation via FEX-Emu + official WineHQ Staging build
arm64-fexBased on Hangover project:
arm64-hangoverAMD64 build:
latest,amd64services:
moria:
image: tsxcloud/moria-arm:latest
container_name: moria-arm
restart: unless-stopped
stop_signal: SIGINT # This is for graceful termination, do not change it, unless you know what you are doing
volumes:
- './server:/server'
ports:
- '7777:7777/udp'
stdin_open: true # docker run -i, so we can issue commands to the console
tty: true # docker run -t, so we can attach to the console
#This is required for ntsync to work inside Docker.
#If ntsync support is not enabled in your Linux kernel, comment out this section, otherwise Docker Compose won't start.
# devices:
# - /dev/ntsync:/dev/ntsync
Content type
Image
Digest
sha256:398936cba…
Size
1.5 GB
Last updated
about 1 year ago
docker pull tsxcloud/moria-arm