To deploy the new modpack ATM9 To The Sky
439
I'm going to update and fix vulnerabilities soon, i need to create an image from the beginning
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
To use the lastest version
mkdir your/path/GitRepo
mkdir your/path/DirectoryServer
sudo chown 1234:1234 your/path/DirectoryServer
git clone https://github.com/L4Curtis/ATM9_To_The_Sky/tree/1.1.2
docker build -t l4curtis/minecraft-atm9-server:1.1.2 .
docker pull l4curtis/minecraft-atm9-server:1.1.2
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
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
docker run -d -p 25566:25565 ...
docker run -d --name minecraft-server ...
docker logs -f <name used>
docker stop <name used>
docker start <name used>
docker run -d -v /your/path/DirectoryServer:/data ...
docker run -e JVM_XMS=8G -e JVM_XMX=16G ...
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