Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Playground with Docker Swarm Orchestration

Notifications You must be signed in to change notification settings

ryanckoch/docker-playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Docker Playground

asciicast

Run

git clone https://github.com/ryanckoch/docker-playground.git
cd docker-playground
./initialize.sh

Play Around

docker service create --name redis redis:3.0.6
docker service ls
docker service update redis --replicas 3 --update-delay 10s --update-parallelism 1
docker service update redis --image redis:3.0.7

Official Swarm Docs can be found here: https://docs.docker.com/engine/swarm/swarm-tutorial/

About

Playground with Docker Swarm Orchestration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%