kompose/script/test/fixtures/etherpad
Shubham Minglani b73efa54f2 set strategy to Recreate if vols, add tests,docs
When volumes are specified in the Docker Compose
files, then in case of Kubernetes, Deployment's
Spec.Strategy.Type and in case of OpenShift,
DeploymentConfig's Spec.Strategy.Type are set to
"Recreate". This is a safer deployment strategy
when Volumes are getting used.

This commit also adds unit tests for Kubernetes
as well as OpenShift, and fixes the failing
functional tests (tests.sh) due to the change.

No functional tests have been added since
the functionality is already covered when the
volume mounts are being tested earlier in the
file.

This fixes #264
2017-02-20 11:44:43 +05:30
..
docker-compose-no-image.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose-no-ports.yml Functional Testing 2016-08-08 04:39:10 +00:00
docker-compose.yml Added volume to mariadb in etherpad fixture 2016-11-17 13:02:49 +05:30
envs Functional Testing 2016-08-08 04:39:10 +00:00
output-k8s.json set strategy to Recreate if vols, add tests,docs 2017-02-20 11:44:43 +05:30
output-os.json set strategy to Recreate if vols, add tests,docs 2017-02-20 11:44:43 +05:30
README.md Functional Testing 2016-08-08 04:39:10 +00:00

Docker Compose Etherpad

Etherpad and Mariadb

Usage

The simplest thing to do:

export $(cat envs)
docker-compose up

To customize the values edit envs file.