No description
  • Shell 82.2%
  • Dockerfile 17.8%
Find a file
2026-03-23 16:54:05 +00:00
build.sh Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00
Dockerfile Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00
eula.txt Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00
LICENSE Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00
README.md Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00
start.sh Dockerfile, README, start and build scripts 2026-03-23 16:54:05 +00:00

minecraft-server-container

build a local container and start the server within the current directory

./build.sh
podman run -d --name mc -p 25575:25575/tcp -p 25565:25565/tcp -p 25565:25565/udp -v $(pwd):/minecraft localhost/minecraft-shell
podman logs -f mc