Create PVC object for docker-compose volumes

Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default

Fixes #150
This commit is contained in:
Suraj Deshmukh
2016-10-06 17:58:17 +05:30
parent 676fead88e
commit e879164c2e
8 changed files with 358 additions and 22 deletions
@@ -0,0 +1,9 @@
version: "2"
services:
httpd:
image: docker.io/fedora/apache
ports:
- "80"
volumes:
- /var/www/html