OpenMetadata/docs/install/run-docker.md
2021-08-01 14:27:44 -07:00

629 B

description
This guide will help you run OpenMetadata using docker

Run Docker

Docker is an open platform for developing, shipping, and running applications that enables you to separate your applications from your infrastructure so you can deliver software quickly using OS-level virtualization to deliver software in packages called containers.

{% hint style="info" %} Prerequisites

  • Docker >= 20.10.x

Ports to access once the docker is up:

  • OpenMetadata UI: 8585
  • Scheduler UI: 7777 {% endhint %}
cd docker/metadata
docker-compose up