Last active
January 6, 2017 18:44
-
-
Save lazypower/0f2ba7aad8ed5bc9e5cec48bbdea3057 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: etcd | |
version: 3.0.15 | |
summary: Distributed key-value store | |
description: | | |
Etcd provides a key-value store and is implemented for high availability, | |
using the RAFT algorithm to deal with failover within the etcd cluster. | |
Popular in the Docker community as a shared store of small but important | |
pieces of common data in an application. | |
grade: devel | |
confinement: devmode # use "strict" to enforce system access only via declared interfaces | |
apps: | |
etcd: | |
command: bin/etcd | |
plugs: | |
- network | |
daemon: simple | |
restart-condition: on-abnormal | |
etcdctl: | |
command: bin/etcdctl | |
plugs: | |
- home | |
parts: | |
etcd: | |
plugin: dump | |
source: https://github.com/coreos/etcd/releases/download/v3.0.15/etcd-v3.0.15-linux-amd64.tar.gz | |
organize: | |
etcd: bin/etcd | |
etcdctl: bin/etcdctl | |
snap: | |
- bin/etcd | |
- bin/etcdctl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment