No description
- Shell 82.2%
- Dockerfile 17.8%
| build.sh | ||
| Dockerfile | ||
| eula.txt | ||
| LICENSE | ||
| README.md | ||
| start.sh | ||
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