Skip to content

curseforge-docker/all-the-mods-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minecraft Modpack All the Mods 6 Docker Image

Build and Publish

This repository contains a ready-to-use docker image the Minecraft Modpack All the Mods 6.

Usage

To simply use the latest version of this modpack run

docker run -d --name minecraft-server -p 25565:25565 -e EULA=true curseforge/all-the-mods-6

It is important to always add -e EULA=true to the docker commands as Mojang/Microsoft requires EULA acceptance.

If you want others to join you or this image runs on a server, you need to open the port 25565 (TCP) on your firewall.

To know more regarding the usage of docker, head over to the Docker CLI reference

Volumes

In order to persist your data (e.g. in case of a modpack update), a volume with all your minecraft data is automatically created.

If you want to name the volume, run

docker run -v minecraft-server:/minecraft ...

Image hosting

All container images are hosted on Docker Hub as well as in the Github Container Registry.
Docker Hub

docker pull curseforge/all-the-mods-6

Github Container Registry

docker pull ghcr.io/curseforge-docker/all-the-mods-6

List of available versions

Version Image details
1.5.4 (latest) GitHub Docker Hub

Contribution

Please feel free to create pull requests and write about your issues here on GitHub. Constuctive Feedback is always a nice reward for our work. Though, if you are having trouble using docker or something is wrong with the modpack, please either read the docker documentation or refer to the modpack author(s).

The credit goes to ...

... whoever works on building the modpacks!

We only make them more available for users who want to host their own servers.