LogoLogo
HomeDonateBastion HQ
  • Introduction
  • 📑Prerequisites
    • Add Bot to Server
    • Setup Database
    • Get API Keys
  • 📥Install
    • Install on Linux
    • Install on macOS
    • Install on Windows
    • Install on DigitalOcean
    • Install on Docker
  • ⚙️Configure
    • Configure Bastion
    • Publish Commands
  • ▶️Run
    • Run on Linux
    • Run on macOS
    • Run on Windows
    • Run on Docker
  • 📤Update
    • Update on Linux
    • Update on macOS
    • Update on Windows
    • Update on Docker
  • 👩‍💻Developers
    • Code of Conduct
    • Contributing Guidelines
      • Issues
      • Pull Requests
  • 🪜Migrate
    • Upgrade from v8 to v10
Powered by GitBook

Copyright © 2022 — TRACTION

On this page

Was this helpful?

Edit on GitHub
Export as PDF
  1. Run

Run on Docker

PreviousRun on WindowsNextUpdate on Linux

Last updated 2 years ago

Was this helpful?

Bastion's Docker image is not yet available publicly. It'll be available publicly after the next release of Bastion.

Open Terminal (or Command Prompt) inside the directory you created for storing Bastion's settings in the guide.

Now, run this if you're using Docker on Linux/macOS:

docker run -d --name bastion -p 80:8377 --add-host=host.docker.internal:host-gateway -v $(pwd)/settings.yaml:/app/settings.yaml bastion

Or, run this if you're using Docker on Windows:

docker run -d --name bastion -p 80:8377 -v "%cd%/settings.yaml":/app/settings.yaml bastion
▶️
Install on Docker