This repository contains a ready-to-use docker image the Minecraft Modpack All the Mods 6.
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
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 ...
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
Version | Image details |
---|---|
1.5.4 (latest) | GitHub Docker Hub |
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).
... whoever works on building the modpacks!
We only make them more available for users who want to host their own servers.