ptupitsyn commented on code in PR #5275: URL: https://github.com/apache/ignite-3/pull/5275#discussion_r1998695312
########## examples/README.md: ########## @@ -18,38 +18,31 @@ The following examples are included: ## Running examples with an Ignite node within a Docker container -1. Open the Ignite project in your IDE of choice. - -2. Prepare an environment variable: -```shell -IGNITE_SOURCES=/path/to/ignite3-sources-dir -``` - -3. Build the Ignite Docker image. As a result the `apacheignite/ignite3` image will be built and loaded into the Docker Engine: +1. Pull the docker image ```shell -cd $IGNITE_SOURCES; ./gradlew clean docker +docker pull apacheignite/ignite:3.0.0 ``` -4. Start an Ignite node: +2. Start an Ignite node: ```shell docker run --name ignite3-node -d --rm -p 10300:10300 -p 10800:10800 \ - -v $IGNITE_SOURCES/examples/config/ignite-config.conf:/opt/ignite/etc/ignite-config.conf apacheignite/ignite3 + -v $IGNITE_SOURCES/examples/config/ignite-config.conf:/opt/ignite/etc/ignite-config.conf apacheignite/ignite:3.0.0 ``` -5. Get the IP address of the node: +3Get the IP address of the node: Review Comment: ```suggestion 3. Get the IP address of the node: ``` -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org