diff --git a/docs/installation.md b/docs/installation.md index 6dd61cc6..1833b215 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -95,5 +95,5 @@ docker build -t kompose https://github.com/kubernetes/kompose.git\#main To run the built image against the current directory, run the following command: ```bash -docker run --rm -it -v $PWD:/opt kompose sh -c "cd /opt && kompose convert" -``` \ No newline at end of file +docker run --rm -it -v $PWD:/opt -w /opt kompose kompose convert +```