etcd-io / etcdlabs

etcd playground

Home Page:http://play.etcd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

etcdlabs

Go Report Card Build Status Godoc

etcdlabs

See etcd-play for old code.

Technology Used

Build and Push to gcr.io

./scripts/docker/build-push.sh

Run locally

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

About

etcd playground

http://play.etcd.io

License:Apache License 2.0


Languages

Language:Go 41.1%Language:TypeScript 27.8%Language:HTML 17.6%Language:CSS 8.4%Language:Shell 2.4%Language:Dockerfile 1.2%Language:JavaScript 0.9%Language:SCSS 0.6%