mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-07 17:18:23 +00:00
25 lines
629 B
Markdown
25 lines
629 B
Markdown
![]() |
---
|
||
|
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
|
||
|
```
|
||
|
|