https://github.com/etcd-io/etcd
Raw File
Tip revision: ffd1fa6f52dd17332ec5849d1af3314828a6bd56 authored by Gyu-Ho Lee on 06 May 2016, 20:29:19 UTC
Merge pull request #5288 from gyuho/version_bump
Tip revision: ffd1fa6
Dockerfile
FROM golang:onbuild
EXPOSE 4001 7001 2379 2380
back to top