flyrain commented on code in PR #859: URL: https://github.com/apache/polaris/pull/859#discussion_r1929352472
########## docker/README.md: ########## @@ -0,0 +1,25 @@ +# Podman/Docker Compose Examples + +You can quickly get started with Polaris by playing with the compose examples provided in this +directory. The examples are designed to be run with `docker-compose` or `podman-compose`. Each +example has detailed instructions. + +## Prerequisites + +- [Docker](https://docs.docker.com/get-docker/) or [Podman](https://podman.io/docs/installation) +- [Docker Compose](https://docs.docker.com/compose/install/) + or [Podman Compose](https://docs.podman.io/en/v5.1.1/markdown/podman-compose.1.html) Review Comment: Do we need both `docker-compose` and `podman-compose`? I'd prefer to keep `docker-compose` only if there is no strong reason to introduce `podman`. Any new stack introduced to the projects may add maintenance burden. We should keep it minimum as much as possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
