KeTechies Software Consulting Pvt Ltd
  • +1 (901) 701-TECH
  • St.Louis, US

Docker Installation

The Hyperledger Fabric network components are running inside Docker containers.Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.Containers allow a developer to package up an application with all of the parts it needs, such as libraries and other dependencies, and ship it all out as one package.Docker Compose is a tool for defining and running multi-container Docker applications. It uses .yaml files to configure the application's services and performs the creation and start-up process of all the containers with a single command.

Docker-Swarm

Docker-swarm is a group of machines that are running Docker and joined into a cluster. After joining a swarm, they are referred to as nodes.Swarm mode contains Swarm managers and workers, Swarm managers are authorize other machines to join the swarm as workers. Workers are just there to provide capacity and do not have the authority to tell any other machine what it can and cannot do.

© 2016 KeTechies Software Consulting Pvt Ltd. All rights reserved | Design by W3layouts