mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 19:23:47 +00:00
With redis-os and README documentation moved elsewhere, the demo directory only contains the etcd demo setup. Rename it. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
8 lines
248 B
Bash
Executable File
8 lines
248 B
Bash
Executable File
#! /bin/sh
|
|
|
|
docker build -t moby/etcd -f Dockerfile.etcd .
|
|
docker build -t etcd.local -f Dockerfile.etcd.local .
|
|
|
|
docker build -t moby/prom-us-central1-f -f Dockerfile.prom.us-central1-f .
|
|
docker build -t moby/prom-local -f Dockerfile.prom.local .
|