See etcd-play for old code.
- Frontend
- Backend
./scripts/docker/build-push.shdocker 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.shTo check that it's running:
curl -L http://localhost:4200/health
OKAnd open http://localhost:4200
