Documentation Index
Fetch the complete documentation index at: https://openmetadata-feat-feat-2mbfixdeploy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Local Docker Deployment
This installation doc will help you start a OpenMetadata standalone instance on your local machine. If you’d rather see the steps in a guided tutorial, we’ve got you covered! Otherwise, feel free to read the content below 👇Requirements (OSX, Linux and Windows)
Please ensure your host system meets the requirements listed below. Then continue to the Procedure for installing OpenMetadata.OSX and Linux
Docker (version 20.10.0 or greater)
Docker is an open-source platform for developing, shipping, and running applications. It enables you to separate your applications from your infrastructure, so you can deliver software quickly using OS-level virtualization. It helps deliver software in packages called Containers. To check the version of Docker you have, use the following command.Docker Compose (version v2.1.1 or greater)
The Dockercompose package enables you to define and run multi-container Docker applications. The compose command
integrates compose functions into the Docker platform, making them available from the Docker command-line interface (
CLI). The Python packages you will install in the procedure below use compose to deploy OpenMetadata.
- MacOS X: Docker on MacOS X ships with compose already available in the Docker CLI.
- Linux: To install compose on Linux systems, please visit the Docker CLI command documentation and follow the instructions.
Install Docker Compose Version 2.0.0 on Linux
Follow the instructions here to install docker compose version 2.0.0-
Run the following command to download the current stable release of Docker Compose
This command installs Compose V2 for the active user under $HOME directory. To install Docker Compose for all users on your system, replace
~/.docker/cli-pluginswith/usr/local/lib/docker/cli-plugins. -
Apply executable permissions to the binary
-
Test your installation
Windows
WSL2, Ubuntu 20.04, and Docker for Windows
- Install WSL2
- Install Ubuntu 20.04
- Install Docker for Windows
- Once installed, please follow the steps here and complete all the pre-requisites for a seamless installation and deployment.
- After completion of the pre-requisites, please install
python3-pipandpython3-venvon your Ubuntu system.- Command:
apt install python3-pip python3-venv(Ensure that you have the privilege to install packages, if not, please use Super User.)
- Command:
Procedure
1. Create a directory for OpenMetadata
Create a new directory for OpenMetadata and navigate into that directory.2. Download Docker Compose File from GitHub Releases
Download the docker-compose.yml file from the release page here. The latest version is at the top of the page- Deploying with MySQL: Download
docker-compose.ymlfile from the above link. - Deploying with PostgreSQL: Download
docker-compose-postgres.ymlfile from the above link.
3. Start the Docker Compose Services
Run the below command to deploy the OpenMetadata For OpenMetadata with MySQL Database -docker ps.
Log in to OpenMetadata
OpenMetadata provides a default admin account to login. You can access OpenMetadata at http://localhost:8585. Use the following credentials to log in to OpenMetadata.- Username:
admin@open-metadata.org - Password:
admin
Log in to Airflow
OpenMetadata ships with an Airflow container to run the ingestion workflows that have been deployed via the UI. In the Airflow, you will also see some sample DAGs that will ingest sample data and serve as an example. You can access Airflow at http://localhost:8080. Use the following credentials to log in to Airflow.- Username:
admin - Password:
admin
Customizing Airflow Admin Credentials:
When using Docker Compose, you can change the default Airflow admin credentials by setting the following environment variables:- Username:
AIRFLOW_ADMIN_USER - Password:
AIRFLOW_ADMIN_PASSWORD
Airflow DAGs Showcased in Deployment
You can explore the examples of Airflow DAGs used with OpenMetadata. Refer here for more information.
Go on a tour and start discovering the power of metadata & collaboration

Start and Stop
From the same directory mentioned in step 1, use the following commands to start and stop the Docker Compose services. To stop the servicesCleanup
To stop the Docker Compose services, run the following command from the same directory mentioned in step 1. Stop the servicesTroubleshooting
Compose is not a docker command
If you are getting an error such as"compose" is not a docker command, you might need to revisit the
installation steps above to make sure that Docker Compose is properly added to your system.
Network openmetadata_app_net Error
You might see something like:docker network prune:
Connect Host Services from Docker Container
You can connect Docker containers to communicate with Host Operating System Services. Navigate to the official docker documentation which will help achieve the same.Security
Please follow our Enable Security Guide to configure security for your OpenMetadata installation.Next Steps
- Refer the How-to Guides for an overview of all the features in OpenMetadata.
- Visit the Connectors documentation to see what services you can integrate with OpenMetadata.
- Visit the API documentation and explore the rich set of OpenMetadata APIs.
Volume Permissions: Operation not permitted
If you are running on Windows (WSL2) and see permissions errors when starting the databases (either MySQL or Postgres), e.g.,/etc/wsl.conf file from the WSL2 machine to add: