Podman support #7358
-
Hello! I was looking at the QuickStart instructions to use containers but it appears docker is tightly-coupled with the open metadata app. Is there any support planned for other container engines like Podman? If not, is there any workaround that I can use? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@gaurav-ravi we support docker and helm charts. |
Beta Was this translation helpful? Give feedback.
-
Hello @gaurav-ravi . In the docs, we support docker-compose. After a little research, it seems Podman also has a similar flavour of podman-compose. Would you like to give that a try ? Download docker-compose.yaml from Github Release 0.12.0 - https://github.com/open-metadata/OpenMetadata/releases/tag/0.12.0-release Then, run |
Beta Was this translation helpful? Give feedback.
-
Hej Guys! many thanks for the response. That's right, I have been experimenting with podman-compose. Unfortunately I can't use the metadata cli. Anyway, It might be interesting to know there are some limitations with podman-compose 1.0.3 - while identifying certain network attributes in the yaml file. There is a way to get around it though. Apparently podman-compose 1.0.4 gets the containers running all the way. But this is a developer version as of this writing - hopefully a stable version will be out soon. Also, it did help me to find docker-compose-postgres.yml in OpenMetadata 0.12.0-Release. I couldn't get the containers to connect with Mysql. |
Beta Was this translation helpful? Give feedback.
Hello @gaurav-ravi .
We haven't worked with Podman, but as per the description here, it looks similar to Docker (like a container engine).
In the docs, we support docker-compose. After a little research, it seems Podman also has a similar flavour of podman-compose.
Would you like to give that a try ?
Download docker-compose.yaml from Github Release 0.12.0 - https://github.com/open-metadata/OpenMetadata/releases/tag/0.12.0-release
Then, run
podman-compose up -d
in the same directory where docker-compose file is available.