Giter Club home page Giter Club logo

palworld-server-docker's Introduction

帕鲁国内镜像

快速运行

cd ~
mkdir pal
cd pal
export SAVE=$(pwd)

docker run --pull=always -d --name=pal \
 -e PORT=8211 \
 -e MAX_PLAYER=32 \
 -v $SAVE:/home/steam/Steam/steamapps/common/PalServer/Pal/Saved \
 -p 8211:8211/udp \
 -m 16G \
 --restart=always \
 registry.cn-beijing.aliyuncs.com/zero-tools/pal-docker:latest

TAG列表

官方原版

版本 TAG 备注
官方最新版 latest 当前版本 0.1.6
0.1.6版 0.1.6
0.1.5版 0.1.5
0.1.4版 0.1.4
0.1.3版 0.1.3
0.1.2版 0.1.2

VeroFess patch版本

⚠️ 不保证镜像安全,请到对应repo确认自己可以采用后再使用:

https://github.com/VeroFess/PalWorld-Server-Unoffical-Fix

版本 TAG 备注
0.1.3 + Update 3 0.1.3-vero-fess-patched-update-3
0.1.3 + Update 2 0.1.3-vero-fess-patched-update-2
0.1.3 + Beta 3 0.1.3-vero-fess-patched-beta
0.1.3 + Beta 4 0.1.3-vero-fess-patched-beta-4

如何使用tag

将命令中的registry.cn-beijing.aliyuncs.com/zero-tools/pal-docker:latest最后的latest部分替换为对应tag即可,比如使用patched版本,则替换为registry.cn-beijing.aliyuncs.com/zero-tools/pal-docker:latest-vero-fess-patched

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.