From 29e5abffbeb26fde11d83c522935ab7e5be39a66 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 30 May 2018 17:00:07 +0200 Subject: [PATCH] new: [rancher] new minimal charm. --- rancher/metadata.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rancher/metadata.yml diff --git a/rancher/metadata.yml b/rancher/metadata.yml new file mode 100644 index 00000000..4e6607af --- /dev/null +++ b/rancher/metadata.yml @@ -0,0 +1,10 @@ +description: "Rancher" +maintainer: "Valentin Lab " +## XXXvlab: docker uses the 'build' directory or the 'image:' option here. +docker-image: rancher/rancher +compatiblity: ## 'hooks/install' script was run on a these images without issues + # - ubuntu/15.10 +config-resources: + - /var/lib/rancher +docker-compose: + restart: unless-stopped \ No newline at end of file