Sign inSign up

l4curtis/minecraft-atm9-server

By l4curtis

Updated over 1 year ago

To deploy the new modpack ATM9 To The Sky

Image
Networking
0

439

l4curtis/minecraft-atm9-server repository overview

I'm going to update and fix vulnerabilities soon, i need to create an image from the beginning

Server minecraft ATM9 to the Sky (Updated to 1.1.2) (last description update on 29/09/2024)

Description

Simply installation for your server minecraft AT9TTS, Server needs to be with persistant data; github : https://github.com/L4Curtis/ATM9_To_The_Sky/tree/1.1.2

Table des Matières

Installation

To use the lastest version

  1. Create your install directory
    mkdir your/path/GitRepo
    
    mkdir your/path/DirectoryServer
    
  2. Update owner of your/path/DirectoryServer
    sudo chown 1234:1234 your/path/DirectoryServer
    
  3. Clone the repository
    git clone https://github.com/L4Curtis/ATM9_To_The_Sky/tree/1.1.2
    
  4. Create or pull the Docker image Create :
    docker build -t l4curtis/minecraft-atm9-server:1.1.2 .
    
    Pull the lastest version
    docker pull l4curtis/minecraft-atm9-server:1.1.2
    

Usage

  1. Command to use the image now
    docker run -d --name ATM9ToTheSky -p 25565:25565 -e JVM_XMS=8G -e JVM_XMX=16G -e MOTD="ATM9 To The Sky" -v /your/path/DirectoryServer:/data l4curtis/minecraft-atm9-server:1.1.2
    
  2. For a specific version (e.g., 1.0.8)
    docker run -d --name ATM9ToTheSky -p 25565:25565 -e JVM_XMS=8G -e JVM_XMX=16G -e MOTD="ATM9 To The Sky" -v /your/path/DirectoryServer:/data l4curtis/minecraft-atm9-server:1.0.8
    
  3. Change the port
    docker run -d -p 25566:25565 ...
    
  4. Assign a specific container name using
    docker run -d --name minecraft-server ...
    
  5. Manage the container easily
    docker logs -f <name used>
    
    docker stop <name used>
    
    docker start <name used>
    
  6. To map a host directory
    docker run -d -v /your/path/DirectoryServer:/data ...
    
  7. Adjust Java memory settings using JVM_OPTS
    docker run -e JVM_XMS=8G -e JVM_XMX=16G ...
    

Tag summary

Content type

Image

Digest

sha256:3a19f929d

Size

871.2 MB

Last updated

over 1 year ago

docker pull l4curtis/minecraft-atm9-server:1.1.3