Dory Docs
Deploy

Docker

Docker is the simplest way to run Dory in a browser-accessible environment without packaging a native desktop app.

Basic run command

docker run -p 3000:3000 dorylab/dory:latest

Typical next steps

  • Add persistent configuration.
  • Mount secrets safely.
  • Put the service behind an internal proxy.

On this page