Skip to content

Commit

Permalink
Update docs/docker.md
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick D'appollonio <[email protected]>
  • Loading branch information
tuxiem and patrickdappollonio authored Apr 25, 2024
1 parent a3c90fc commit 3a94cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The container is build to execute the the kubectl-slice tool inline.
Example:
`docker run --rm -v "${PWD}/slice/testdata":workdir kubectl-slice -f ingress-namespace.yaml -o ./`

This will split the ingress-namespace.yaml file in the directory ${PWD}/slice/testdata.
This will split the `ingress-namespace.yaml` file in the directory `${PWD}/slice/testdata`.

For help use:
`docker run --rm -v "${PWD}/slice/testdata":workdir kubectl-slice -h`
Expand Down

0 comments on commit 3a94cb2

Please sign in to comment.