How to install Metabase with Docker!

Metabase

Prerequisites:

  1. Install Docker on windows.

Steps to Install Metabase with Docker.

  1. Open Docker Desktop.
  2. Open terminal.

    Copy this docker image and paste it on terminal.
docker pull metabase/metabase:latest

Start the Meta-base container.

docker run -d -p 3000:3000 --name metabase metabase/metabase

This will launch on 3000 port >> open your https:localhost:3000

Also read this: Click Here

Leave a Comment