Merge pull request #295 from spzala/addcoc Add code of conduct
Merge pull request #295 from spzala/addcoc
Add code of conduct
See etcd-play for old code.
./scripts/docker/build-push.sh
docker build --tag gcr.io/etcd-development/etcdlabs:latest --file ./Dockerfile . docker run \ --rm \ -it \ -p 4200:4200 \ gcr.io/etcd-development/etcdlabs:latest \ /bin/sh -c "pushd /gopath/src/github.com/etcd-io/etcdlabs && ./scripts/run/etcdlabs.sh"
Or
./scripts/docker/etcdlabs.sh
To check that it’s running:
curl -L http://localhost:4200/health OK
And open http://localhost:4200
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
etcdlabs
See etcd-play for old code.
Technology Used
Build and Push to gcr.io
Run locally
Or
To check that it’s running:
And open http://localhost:4200