From bab3f69322d810ab279bb503515869ca4a149849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Wed, 13 May 2020 15:59:19 +0300 Subject: [PATCH] Fix a typo in image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9016127..73aa7f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A container for running the k8s [kustomize](https://github.com/kubernetes-sigs/k mount a directory into the container at `/kustomize` and run kustomize within the image. -example: `docker run -it -v /path/to/my/dir:/kustomize lyft/kustomize:v1.0.11 kustomize build overlays/staging` +example: `docker run -it -v /path/to/my/dir:/kustomize lyft/kustomizer:v1.0.11 kustomize build overlays/staging` this will run the kustomization `/path/to/my/dir/overlays/staging/kustomization.yaml`