Skip to content

Commit

Permalink
Fix the example command in 'use with docker' section (#267)
Browse files Browse the repository at this point in the history
* Fix the example command in 'use with docker' section

* and -i
  • Loading branch information
yizhiheng authored and hairyhenderson committed Feb 28, 2018
1 parent 6b3048a commit 1ea5214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ must be mounted and any environment variables to be used must be passed through:

```console
$ echo 'My voice is my {{.Env.THING}}. {{(datasource "vault").value}}' \
| docker run -e THING=passport -v /home/me/.vault-token:/root/.vault-token hairyhenderson/gomplate -d vault=vault:///secret/sneakers
| docker run -i -e THING=passport -v /home/me/.vault-token:/root/.vault-token hairyhenderson/gomplate -d vault=vault:///secret/sneakers -f -
My voice is my passport. Verify me.
```

Expand Down

0 comments on commit 1ea5214

Please sign in to comment.