Skip to content

etcd-io/etcdlabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a66986b · Feb 12, 2025
Aug 7, 2018
Aug 7, 2018
Aug 7, 2018
Nov 7, 2023
May 16, 2018
Aug 7, 2018
Aug 3, 2017
Jul 30, 2018
Aug 11, 2017
Jan 9, 2018
Aug 7, 2018
Sep 27, 2016
Sep 27, 2016
Aug 7, 2018
Jul 30, 2018
Jul 30, 2018
Sep 27, 2016
Sep 27, 2016
Dec 5, 2024
Aug 7, 2018
Feb 1, 2018
Feb 11, 2025
Jun 6, 2017
Aug 7, 2018
Sep 22, 2016
Jul 30, 2018
Jun 15, 2018
Aug 7, 2018
Sep 23, 2016
Aug 23, 2017
Aug 7, 2018
Sep 23, 2016
Jun 15, 2018

Repository files navigation

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