From eb8e0f4d0eb5ad12a80a6f5493a3df53716ba1ee Mon Sep 17 00:00:00 2001 From: Liz Rice Date: Tue, 3 Oct 2023 12:08:52 +0100 Subject: [PATCH] Create README.md A tiny bit of documentation Signed-off-by: Liz Rice --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..278fa1e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# starwars-docker +Deathstar as a Service + +## Build and publish + +Build a Docker container locally with `make build`. + +Build and push to a registry with `make publish`. You can specify the image tag with the env var `IMAGE` (defaults to `cilium/starwars`).