|
@ -0,0 +1,14 @@ |
|
|
|
|
|
description: "Rancher Agent" |
|
|
|
|
|
maintainer: "Valentin Lab <valentin.lab@kalysto.org>" |
|
|
|
|
|
## XXXvlab: docker uses the 'build' directory or the 'image:' option here. |
|
|
|
|
|
docker-image: rancher/rancher-agent:v2.0.2 |
|
|
|
|
|
compatiblity: ## 'hooks/install' script was run on a these images without issues |
|
|
|
|
|
# - ubuntu/15.10 |
|
|
|
|
|
docker-compose: |
|
|
|
|
|
restart: unless-stopped |
|
|
|
|
|
privileged: true |
|
|
|
|
|
network_mode: host |
|
|
|
|
|
host-resources: |
|
|
|
|
|
- /etc/kubernetes |
|
|
|
|
|
- /var/run |
|
|
|
|
|
|