mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-03-02 14:17:18 +00:00
Added README section for Helm charts and examples (#461)
This commit is contained in:
parent
fc6129261b
commit
ba7db26157
4 changed files with 14 additions and 0 deletions
11
README.md
11
README.md
|
@ -170,6 +170,17 @@ description: "{u'text': u'A Minecraft Server Powered by Docker'}"
|
|||
players: 0/20 No players online
|
||||
```
|
||||
|
||||
## Deployment Templates and Examples
|
||||
|
||||
### Helm Charts
|
||||
|
||||
- [stable/minecraft](https://hub.helm.sh/charts/stable/minecraft) ([chart source](https://github.com/helm/charts/tree/master/stable/minecraft))
|
||||
- [mcsh/server-deployment](https://github.com/mcserverhosting-net/charts)
|
||||
|
||||
### Examples
|
||||
|
||||
The [examples directory](https://github.com/itzg/docker-minecraft-server/tree/master/examples) also provides examples of deploying the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image.
|
||||
|
||||
## Running a Forge Server
|
||||
|
||||
Enable Forge server mode by adding a `-e TYPE=FORGE` to your command-line.
|
||||
|
|
3
examples/README.md
Normal file
3
examples/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Deployment Examples
|
||||
|
||||
This directory contains various deployment examples of the [itzg/minecraft-server](https://hub.docker.com/r/itzg/minecraft-server/) Docker image.
|
Loading…
Add table
Reference in a new issue