Template for convoy to support AWS EFS (#220)

* template for convoy to support AWS EFS

* Updated to set to rancher/convoy-agent:v0.10.0

* Removed Readme.md
This commit is contained in:
chrisurwin
2016-08-10 20:45:14 +01:00
committed by Bill Maxwell
parent d36a0b65cb
commit e852d949df
4 changed files with 241 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
convoy-efs:
labels:
io.rancher.container.create_agent: 'true'
io.rancher.scheduler.global: 'true'
privileged: true
pid: host
volumes:
- /lib/modules:/lib/modules:ro
- /proc:/host/proc
- /var/run:/host/var/run
- /run:/host/run
- /etc/docker/plugins:/etc/docker/plugins
image: rancher/convoy-agent:v0.10.0
command: volume-agent-efs
convoy-efs-storagepool:
labels:
io.rancher.container.create_agent: 'true'
image: rancher/convoy-agent:v0.10.0
volumes:
- /var/run:/host/var/run
- /run:/host/run
command: storagepool-agent