From 2ff83ea3561964547ec07ae2427e311a27557633 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Sat, 31 Aug 2019 14:51:29 +0900 Subject: [PATCH] README --- docker/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker/README.md diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 00000000..5b929385 --- /dev/null +++ b/docker/README.md @@ -0,0 +1,13 @@ +## zipkin-aws Docker image + +To build a zipkin-aws Docker image, in the top level of the repository, run something +like + +```bash +$ docker build -t openzipkin/zipkin-aws:test +``` + +### Dockerfile migration + +We are currently migrating the Docker configuration from https://github.com/openzipkin/docker-zipkin-aws. +If making any changes here, make sure to also reflect them there.