Skip to content

A simple minecraft server that also runs on IBM s390x

Notifications You must be signed in to change notification settings

JM-Lemmi/docker-mcs-noarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Minecraft-Docker noarch

This Docker Container was created to run a simple vanilla Minecraft Server on different architectures, mostly IBM s390x, as other images only support x86 or arm.

Build

Arguments in Dockerfile:

ARCH - architecture amd64|s390x

To build this image use:

# AMD64
$ docker build -t jm-lemmi/docker-mcs-noarch:amd64 --build-arg ARCH=amd64/ .

# S390X
$ docker build -t jm-lemmi/docker-mcs-noarch:s390x --build-arg ARCH=s390x/ .

About

A simple minecraft server that also runs on IBM s390x

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published