ccidle-cpp
这是将mcidle-python到C ++的端口。
配置
在运行之前,请使用您的凭据编辑conf文件。
MC_USER=test
MC_PASS=testpw
MC_IP=connect.2b2t.org
MC_PORT=25565
使用bdocker运行
# Build the image and tag it
docker build -t mcidle-docker -f Dockerfile .
# Run the image and map port 1337 outside the container to 1337 inside the container
docker run -it --env-file conf -p 1337:1337 mcidle-docker