Results 1 to 10 of 12

Thread: Simple MOHAA/SH Docker image

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Client Beta Testers Appelpitje's Avatar
    Join Date
    Jan 2012
    Location
    Belgium
    Posts
    571

    Default Simple MOHAA/SH Docker image

    Hello guys,

    Since Leyok pushed me into Docker, i have created a simple MOHAA/SH docker image.
    The repository can be found here: https://hub.docker.com/r/appelpitje/mohaa-server

    How to use it:

    1. Pull the image:
    Code:
    docker pull appelpitje/mohaa-server:tag
    2. Run and create a container:
    Code:
    sudo docker run -t -p 12203:12203/udp -p 12203:12203/udp -d appelpitje/mohaa-server:latest
    3. Success! Setting up a SH server without any game panel was never so easy!
    Code:
    CONTAINER ID        IMAGE                     COMMAND                  CREATED             STATUS                     PORTS                                                                                                    NAMES
    9f943cf39340        appelpitje/mohaa:tag   "/bin/sh -c './spear…"   11 days ago         Up 11 days                 0.0.0.0:12203->12203/tcp, 0.0.0.0:12203->12203/udp, 0.0.0.0:12300->12300/tcp, 0.0.0.0:12300->12300/udp   nervous_spence
    Last edited by Appelpitje; August 14th, 2020 at 01:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •