RUST_SERVER_STARTUP_ARGUMENTS (DEFAULT: "-batchmode -load -nographics +server.secure 1") RUST_SERVER_IDENTITY (DEFAULT: "docker" - Mainly used for the name of the save directory) RUST_SERVER_PORT (DEFAULT: "" - Rust server port 28015 if left blank or numeric value) RUST_SERVER_SEED (DEFAULT: "12345" - The server map seed, must be an integer) RUST_SERVER_WORLDSIZE (DEFAULT: "3500" - The map size, must be an integer) RUST_SERVER_NAME (DEFAULT: "Rust Server [DOCKER]" - The publicly visible server name) RUST_SERVER_MAXPLAYERS (DEFAULT: "500" - Maximum players on the server, must be an integer) RUST_SERVER_DESCRIPTION (DEFAULT: "This is a Rust server running inside a Docker container!" - The publicly visible server description) RUST_SERVER_URL (DEFAULT: "https://hub.docker.com/r/didstopia/rust-server/" - The publicly visible server website) RUST_SERVER_BANNER_URL (DEFAULT: "" - The publicly visible server banner image URL) RUST_SERVER_SAVE_INTERVAL (DEFAULT: "600" - Amount of seconds between automatic saves.) RUST_RCON_WEB (DEFAULT "1" - Set to 1 or 0 to enable or disable the web-based RCON server) RUST_RCON_PORT (DEFAULT: "28016" - RCON server port) RUST_RCON_PASSWORD (DEFAULT: "docker" - RCON server password, please change this!) RUST_APP_PORT (DEFAULT: "28082" - Rust+ companion app port) RUST_BRANCH (DEFAULT: Not set - Sets the branch argument to use, eg. set to "-beta prerelease" for the prerelease branch) RUST_UPDATE_CHECKING (DEFAULT: "0" - Set to 1 to enable fully automatic update checking, notifying players and restarting to install updates) RUST_UPDATE_BRANCH (DEFAULT: "public" - Set to match the branch that you want to use for updating, ie. "prerelease" or "public", but do not specify arguments like "-beta") RUST_START_MODE (DEFAULT: "0" - Determines if the server should update and then start (0), only update (1) or only start (2)) RUST_OXIDE_ENABLED (DEFAULT: "0" - Set to 1 to automatically install the latest version of Oxide) RUST_OXIDE_UPDATE_ON_BOOT (DEFAULT: "1" - Set to 0 to disable automatic update of Oxide on boot) RUST_RCON_SECURE_WEBSOCKET (DEFAULT: "0" - Set to 1 to enable secure websocket connections to the RCON web interface) RUST_HEARTBEAT (DEFAULT: "0" - Set to 1 to enable the heartbeat service which will forcibly quit the server if it becomes unresponsive to queries)
docker run -d --restart=always --name="portainer" -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data niceqwer555/portainer-ce:1
docker run -p 28015:28015/tcp -p 28015:28015/udp -p 28016:28016/tcp -p 28016:28016/udp -e RUST_START_MODE=2 -e RUST_OXIDE_UPDATE_ON_BOOT=0 -v /home/steamcmd/rust:/steamcmd/rust --name rustserver2362 niceqwer555/rustserverv2362:1
docker run -p 28015:28015/tcp -p 28015:28015/udp -p 28016:28016/tcp -p 28016:28016/udp -e RUST_START_MODE=2 -e RUST_OXIDE_UPDATE_ON_BOOT=0 --name rustserverV1 rustserver:1
docker run -p 28015:28015/tcp -p 28015:28015/udp -p 28016:28016/tcp -p 28016:28016/udp -e RUST_START_MODE=2 -e RUST_OXIDE_UPDATE_ON_BOOT=0 -v /home/lala/rust:/home/steamcmd/rust --name testV1 test:1
docker run -p 28015:28015/tcp -p 28015:28015/udp -p 28016:28016/tcp -p 28016:28016/udp -e RUST_START_MODE=2 -e RUST_OXIDE_UPDATE_ON_BOOT=0 -v /home/steamcmd/rust:/steamcmd/rust --name testV2 niceqwer555/rustserverv2362:3
mv /steamcmd/rust/libsteam_api.so /steamcmd/rust/libsteam_api.so.bak mv /steamcmd/rust/RustDedicated_Data/Plugins/libsteam_api.so /steamcmd/rust/RustDedicated_Data/Plugins/ibsteam_api.so.bak mv /steamcmd/rust/RustDedicated_Data/Plugins/x86_64/libsteam_api.so /steamcmd/rust/RustDedicated_Data/Plugins/x86_64/libsteam_api.so.bak cp /home/steamcmd/rust/libsteam_api.so /steamcmd/rust cp /home/steamcmd/rust/libsteam_api.so /steamcmd/rust/RustDedicated_Data/Plugins/ cp /home/steamcmd/rust/libsteam_api.so /steamcmd/rust/RustDedicated_Data/Plugins/x86_64 cp /home/steamcmd/rust/Compiler.x86_x64 /steamcmd/rust cp -rf /home/steamcmd/rust/RustDedicated_Data/Managed/* /steamcmd/rust/RustDedicated_Data/Managed
Content type
Image
Digest
sha256:8c9387e12…
Size
3.7 GB
Last updated
almost 4 years ago
docker pull niceqwer555/rustserver:2