Deploy with Docker

It's recommended to run Bytebase with Docker which is the easiest way to get you started.

Run the following command to start Bytebase on container port 8080 and map it to localhost port 8080.

docker run --rm --init \
  --name bytebase \
  --publish 8080:8080 --pull always \
  --volume ~/.bytebase/data:/var/opt/bytebase \
  bytebase/bytebase:2.16.0

If you ran Bytebase before, you can reset all data by running this command:

rm -rf ~/.bytebase/data
Edit this page on GitHub

Subscribe to Newsletter

By subscribing, you agree with Bytebase's Terms of Service and Privacy Policy.