Sign inSign up

haliliceylan/minecraft-server-with-mod

By haliliceylan

Updated over 5 years ago

Image
0

1.1K

haliliceylan/minecraft-server-with-mod repository overview

minecraft-server-with-mod

SETUP

run these commands

docker volume create mc-mod

docker run -it --name mc-mod -v "mc-mod:/data" -d -p "25566:25566" -p "25565:25565" haliliceylan/minecraft-server-with-mod:latest

UPDATE

docker pull haliliceylan/minecraft-server-with-mod:latest

docker rm -f mc-mod

docker run -it --name mc-mod -v "mc-mod:/data" -d -p "25566:25566" -p "25565:25565" haliliceylan/minecraft-server-with-mod:latest

Tag summary

Content type

Image

Digest

Size

310.8 MB

Last updated

over 5 years ago

docker pull haliliceylan/minecraft-server-with-mod