sharas2050 commented on code in PR #3022: URL: https://github.com/apache/polaris/pull/3022#discussion_r2514532766
########## getting-started/ceph/README.md: ########## @@ -47,24 +42,38 @@ The services are started **in sequence**: Note: this example pulls the `apache/polaris:latest` image, but assumes the image is `1.2.0-incubating` or later. +### 1. Copy the example environment file +```shell +cp getting-started/ceph/.env.example getting-started/ceph/.env +``` + +### 2. Prepare Network +```shell +# Optional: force runtime (docker or podman) +export RUNTIME=docker Review Comment: They use different args for network creation so will leave it for _prepeare-network_ script -- 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]
