Skip to content

Commit 1c8109e

Browse files
authored
Merge pull request #1994 from gisostallenberg/patch-2
Improve command to run in docker
2 parents 376ec34 + 3a099cf commit 1c8109e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ docker build -t kompose https://github.com/kubernetes/kompose.git\#main
9595
To run the built image against the current directory, run the following command:
9696

9797
```bash
98-
docker run --rm -it -v $PWD:/opt kompose sh -c "cd /opt && kompose convert"
99-
```
98+
docker run --rm -it -v $PWD:/opt -w /opt kompose kompose convert
99+
```

0 commit comments

Comments
 (0)