Skip to content

wschloss/swarm-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Swarm demo

A simple intro to using docker swarm for container orchestration

What is swarm?

  • Container orchestration built into docker (called swarm mode)
  • Schedules containers across manager and worker nodes
  • Dynamic container discovery through DNS within the swarm using docker services
  • Expose services to the outside world on docker host ports
  • Group sets of services into stack files for easy deployment

See the commands file for a demo run through

About

Intro to docker swarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published