Skip to content

Simple stack for testing Docker Compose and Docker Swarm

Notifications You must be signed in to change notification settings

coding-jam/wordpress-docker-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

wordpress-docker-poc

Sample project for testing Docker Compose and Docker Swarm capabilities

Run with Compose

Run

docker-compose up -d

to build and run containers.

To stop and remove containers

docker-compose down -v

Run with Swarm

Once built with Compose, enter Swarm mode if not enabled

docker swarm init

then

docker stack deploy -c docker-compose.yml wp

To remove deployed services

docker stack rm wp

To exit Swarm mode

docker swarm leave --force

About

Simple stack for testing Docker Compose and Docker Swarm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published