https://github.com/etcd-io/etcd
Raw File
Tip revision: 00c32ef022da61a287a3920a5d1216f277ffdba3 authored by Yicheng Qin on 29 June 2015, 20:31:00 UTC
*: bump to v2.1.0-rc.0
Tip revision: 00c32ef
Dockerfile
FROM golang:onbuild
EXPOSE 4001 7001 2379 2380
back to top