Aleksandr created IGNITE-17920:
----------------------------------
Summary: Test docker distribution
Key: IGNITE-17920
URL: https://issues.apache.org/jira/browse/IGNITE-17920
Project: Ignite
Issue Type: Task
Components: build
Reporter: Aleksandr
The simplest pattern for docker distribution is working:
- pull docker image
- run docker container
- connect to the node from the developer machine
But there is another case of usage:
- get the compose file that forms the cluster (3 nodes)
- adjust the compose file if needed: change the cluster name, number of nodes,
etc
- docker compose up
- connect to the formed cluster from the developer machine
The second case is more likely to be used by devs, we have to develop the
compose file that will be mentioned in examples/docs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)