文件名称:k8s-minecraft:在Kubernetes中运行Minecraft服务器
文件大小:4.28MB
文件格式:ZIP
更新时间:2024-05-27 14:05:51
kubernetes minecraft-server helm-charts Mustache
在Docker主机上运行 首先为具有uid 1000的用户创建一个具有读/写acces的目录。这通常是您自己。 通过运行查找具有uid 1000的使用帐户: id 1000 现在,按照以下命令启动Minecraft # Get current username, if this has uid 1000. # If not, then replace with the username that has. user=$(whoami) # Create a folder in current users home folder for persistance mkdir /home/$user/minecraft-server # Start minecraft # 1. Accept the eula # 2. Map minecraft port to host # 4. Moun
【文件预览】:
k8s-minecraft-master
----docker-image()
--------Dockerfile(491B)
--------docker-entrypoint.sh(552B)
----worlds()
--------minecraft-server.zip(4.3MB)
----minecraft.pv.yaml(292B)
----minecraft.pvc.yaml(264B)
----LICENSE(1KB)
----README.md(2KB)
----helmchart()
--------k8s-minecraft()