OpenMetadata/docs/install/run-docker.md

25 lines
629 B
Markdown
Raw Normal View History

2021-08-01 14:27:44 -07:00
---
description: This guide will help you run OpenMetadata using docker
---
# Run Docker
[Docker](https://docs.docker.com/get-started/overview/) 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 %}
```text
cd docker/metadata
docker-compose up
```