Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

scheeles/docker-k8s-mesos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ghost & MySQL with Docker, Kubernetes and Mesos

In this project we will connect a ghost container with a persistent MySQL container.

Prerequisition: Docker version 1.11.x <

Create named docker volume

docker volume create --name mysql-volume

Start with Docker Compose

Check the docker-compose file for more documentation

$ docker-compose up  -d
$ docker-compose --file docker-compose-v2.yaml up -d

Cleanup the running containers

docker-compose stop
docker-compose rm -fv
docker volume rm mysql-volume

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published