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
java -jar metabase.jar
Metabase will log its progress in the terminal as it starts up. Wait until you see “Metabase Initialization Complete” and visit localhost:3000.
Need an extra hand? All of Metabase’s plans include support from our world-class success team.