Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 20, 2019
1 parent 1e96b10 commit d5f87c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ So use this with caution and make sure the credential you pass in only has acces
It is recommended to [create a service account](https://secrethub.io/docs/reference/service-command/), tightly control it with [access rules](https://secrethub.io/docs/reference/acl-command/), and use the service credential instead of your own SecretHub account.

```
secrethub service init --permission read --desc my-app
secrethub service init my-org/my-repo --permission read --desc my-app
```

## Installation
Expand All @@ -38,7 +38,7 @@ If upon signup you've chosen to lock your credential with a passphrase:
### Docker

You can also run the proxy as a [Docker container](https://hub.docker.com/r/secrethubio/proxy).
Assuming you have a SecretHub credential stored in the default `$HOME/.secrethub` location, you can run it with the credential mounted as volume:
Assuming you have a SecretHub credential stored in the default `$HOME/.secrethub` location, you can run it with the credential mounted as a volume:

```
docker run -p 8080:8080 --name secrethub -v $HOME/.secrethub:/secrethub secrethubio/proxy
Expand Down

0 comments on commit d5f87c9

Please sign in to comment.