https://github.com/coreos/etcd
Raw File
Tip revision: dc3e02728863044a793666b258be8a32f2929061 authored by Yicheng Qin on 28 August 2015, 17:26:32 UTC
*: bump to v2.2.0-rc.0
Tip revision: dc3e027
Dockerfile
FROM golang:onbuild
EXPOSE 4001 7001 2379 2380
back to top