An open API service indexing awesome lists of open source software.

https://github.com/shift/docker-etcd

etcd scratch container.
https://github.com/shift/docker-etcd

Last synced: about 2 months ago
JSON representation

etcd scratch container.

Awesome Lists containing this project

README

        

# etcd 2.2.2

Docker image inheritance:
* scratch

## Volumes

* /data

## Ports

* 2379/tcp
* 2380/tcp
* 4001/tcp
* 7001/tcp

## Example usage

```
docker pull shift/etcd:2.2.0
docker run -d --name etcd shift/etcd:2.2.0
```