Pick how you'd like to run Metabase.
Metabase provides an official Docker image via Dockerhub that can be used for deployments on any system that is running Docker. Here’s a one-liner that will start a container running Metabase.
docker run -d -p 3000:3000 --name metabase metabase/metabase
Head over to our documentation for more detailed information about running on Docker!
If you’d like to run Metabase on any system that supports Java 11 or higher, simply download our pre-built JAR file.
DownloadFollow our documentation for more info on running Metabase as a jar.