Skip to content

Latest commit

 

History

History
83 lines (65 loc) · 2.04 KB

Docker-Compose-Nifi.md

File metadata and controls

83 lines (65 loc) · 2.04 KB

DevOpsCorner Nifi - Docker Compose

all contributors tags download all view clone issues pull requests forks stars license

Container Nifi & Nifi Registry

  • Provisioning with Terraform & Ansible
  • EC2 Docker Compose & Kubernetes (EKS)
  • Python3 & Libraries
  • Unified Machine Learning (ML) Framework with Ivy

Prerequirements

  • Docker
  • Docker-Compose

How-to-Run

  • With Script

    ./run-docker.sh
    
  • Running Docker-Compose with Spesific File

    ## Goto compose folder
    cd compose
    docker-compose -f nifi-psql.yml up -d
    
  • Stop

    ## Goto compose folder
    cd compose
    docker-compose -f nifi-psql.yml stop
    
  • Remove

    ## Goto compose folder
    cd compose
    docker-compose -f nifi-psql.yml down
    

Tested Environment

Versioning

  • Docker version

    docker version
    
    Client:
      Cloud integration: v1.0.22
      Version:           20.10.17-rd
      API version:       1.41
      Go version:        go1.17.11
      Git commit:        c2e4e01
      Built:             Fri Jul 22 18:31:17 2022
      OS/Arch:           darwin/amd64
      Context:           default
      Experimental:      true
    
  • Docker-Compose version

    docker-compose -v
    ---
    Docker Compose version v2.11.1