Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-17726

Packaging: Docker image

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-beta1
    • build

    Description

      Docker container should have the ability to override default values by passing either the config file or environment variables, or command line arguments.
      Sample docker-compose.yml which starts a 3 nodes cluster and shows both techniques:

      version: "3.9"
      services:
        node1:
          image: "apacheignite/ignite3"
          environment:
            IGNITE_NODE_NAME: node1
          ports:
            - 10300:10300
        node2:
          image: "apacheignite/ignite3"
          environment:
            IGNITE_JOIN: node1:3344,node2:3344,node3:3344
            IGNITE_NODE_NAME: node2
        node3:
          image: "apacheignite/ignite3"
          command:
            --join node1:3344,node2:3344,node3:3344 --node-name node3
      

      Attachments

        Issue Links

          Activity

            People

              vpakhnushev Vadim Pakhnushev
              Mikhail Pochatkin Mikhail Pochatkin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 0.5h
                  0.5h