Skip to content

lilithmooncohen/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