Skip to content

Docker Installation

dom edited this page Oct 21, 2025 · 9 revisions

📦 Docker Installation

Tip

Running on arm64 or arm? Don't worry, this multiarch image has you covered!

This image is automatically built by our CI on every release.

  1. ⬇️ Pull the Docker Image:

    • docker pull ghcr.io/whiteout-project/bot:latest
  2. ▶️ Run the Docker Container:

    • docker run -e DISCORD_BOT_TOKEN=<your discord bot token> ghcr.io/whiteout-project/bot:latest

🚩 Optional Flags

Unlike a local install, the docker container does not (yet) support custom flags. The script is automatically run with the --autoupdate and is not changeable at the moment. If you would like to run it with custom flags, you can change the flags you want in bootstrap.sh and build the container yourself.

Clone this wiki locally