Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down