a docker to quick start running modded minecraft server
284
A nice and easy way to get an Angular Modpack Minecraft server up and running using docker. For help on getting started with docker see the [official getting started guide][0]. For more information on Minecraft and check out it's [website][1].
To quickly get your container up and running execute on of the following commands
To run the server without volume mount, run:
docker run -d --name=mcangular -p 25565:25565 ranalubis/angular
To run the server with volume mount, run:
docker run -d --name=mcangular -p 25565:25565 -v /mnt/mods:/ftb/mods -v /mnt/config:/ftb/config -v /mnt/scripts:/ftb/scripts -v /mnt/world:/ftb/world ranalubis/angular
Running the server with volume mount is to save your world data.
Content type
Image
Digest
Size
336.8 MB
Last updated
about 9 years ago
docker pull ranalubis/angularmc