Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shihyuho committed Sep 3, 2018
1 parent 7aea676 commit efe003a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Run command in container-based environment, commands store on [softleader/docker
Fetch the latest binary release of helm-run and install it:

```sh
# 如果是剛安裝好 helm, 請先 init 後再安裝 plugin, 如果已經 init 過則不需再下
$ helm init -c

$ helm plugin install https://github.com/softleader/helm-run
```

Expand All @@ -27,6 +30,7 @@ $ helm run [flags] COMMAND [ARGS]
```sh
Flags:
--always-pull-image always pull image before running command
--dos2unix convert FILE from DOS to Unix format (default true)
--entrypoint stringArray the ENTRYPOINT of the image (default [/bin/bash])
-h, --help help for helm
--image string image for running command (default "softleader/helm")
Expand Down

0 comments on commit efe003a

Please sign in to comment.