We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 376ec34 + 3a099cf commit 1c8109eCopy full SHA for 1c8109e
docs/installation.md
@@ -95,5 +95,5 @@ docker build -t kompose https://github.com/kubernetes/kompose.git\#main
95
To run the built image against the current directory, run the following command:
96
97
```bash
98
-docker run --rm -it -v $PWD:/opt kompose sh -c "cd /opt && kompose convert"
99
-```
+docker run --rm -it -v $PWD:/opt -w /opt kompose kompose convert
+```
0 commit comments