File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -51,18 +51,15 @@ You can mount directory with charts under `/helm-docs` within container.
51
51
Print generated documentation to stdout rather than modifying READMEs:
52
52
53
53
``` bash
54
- docker run -v " $( pwd) :/helm-docs" jnorwood/helm-docs:latest --dry-run
54
+ docker run --rm - v " $( pwd) :/helm-docs" -u $( id -u ) jnorwood/helm-docs:latest --dry-run
55
55
```
56
56
57
57
Overwrite READMEs within mounted directory:
58
58
59
59
``` bash
60
- docker run -v " $( pwd) :/helm-docs" jnorwood/helm-docs:latest
60
+ docker run --rm - v " $( pwd) :/helm-docs" -u $( id -u ) jnorwood/helm-docs:latest
61
61
```
62
62
63
- Notice: You may need to fix permissions to the created files.
64
-
65
-
66
63
# Building from source
67
64
68
65
Notice that you need to have build chain toolkit for given platform and golang installed.
You can’t perform that action at this time.
0 commit comments