1 / 1

What is Docker Swarm ? Learn Docker Swarm Commands

Learn Docker Swarm Orchestration and docker-machine Commands. A swarm is a group of machines that are running Docker & joined into a cluster.

Download Presentation

What is Docker Swarm ? Learn Docker Swarm Commands

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What is Docker Swarm ? Learn Docker Swarm Commands Docker_Swarm What is Docker Swarm? A  swarm  is a group of machines that are running Docker and joined into a cluster. Swarm turns multiple docker hosts into a single, virtual docker host.Docker Swarm is a tool for Container Orchestration. Requirements Docker version 1.13 or higher And docker Machine. It is installed along with other Docker products when you install the Docker for Mac, Docker for Windows, or Docker Toolbox. Working with swarm Step 1 Create docker machine $ docker-machine create docker machine node.$ docker-machine create -- driver virtual box manager 1 we going to use virtual box.$ sudo apt-get install virtualbox Docker Engine running on this virtual machine, run:-$ docker-machine env manager1 Working with swarm Step 2 'docker-machine ls' to list out the machines active the driver in VirtualBox. IP <. li=""> $ docker-machine ip manager1 name of the machine.$ docker-machine create --driver virtualbox worker1.1$ docker-machine create --driver virtualbox worker1. FOR REFERENCE: WWW.ENTREPRISESCANADA.CA INTRODUCTION-TO-DOCKER-SWARM-ORCHESTRATION/ LEARN MORE AT HTTPS://BLOG.PARADISETECHSOFT.COM/A-SMALL-

More Related