forked from 0k/0k-charms
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
407 B
13 lines
407 B
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:
|
|
privileged: true
|
|
network_mode: host
|
|
host-resources:
|
|
- /etc/kubernetes
|
|
- /var/run
|
|
|