Sign inSign up

tsxcloud/moria-arm

By tsxcloud

Updated about 1 year ago

Who needs native support? LOTR moria on Wine, now tamed for ARM64 and AMD64 beasts.

Image
Internet of things
0

1.8K

tsxcloud/moria-arm repository overview

Base information

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

Tags

Emulation via Box64 + Wine builds by Kron4ek (Recommended):

  • latest, arm64

Emulation via FEX-Emu + official WineHQ Staging build

  • arm64-fex

Based on Hangover project:

  • arm64-hangover

AMD64 build:

  • latest,amd64

docker-compose.yml

services:
  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

Tag summary

Content type

Image

Digest

sha256:398936cba

Size

1.5 GB

Last updated

about 1 year ago

docker pull tsxcloud/moria-arm