Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Commit

Permalink
Add documentation about local run command
Browse files Browse the repository at this point in the history
Signed-off-by: Knut Ahlers <[email protected]>
  • Loading branch information
Luzifer committed Mar 13, 2017
1 parent a31cf19 commit c755b41
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ You should have a binary sitting in `/tmp/vault2env` and everything is fine. (Ok
### Updating

To update the lambda function just repeat the deployment process. It will take way less time and after it finished you will have a new version at the same URL.

## How to use this if you don't want to run it with AWS Lambda?

The binary also contains a `run` command which will start the service locally. In that case you can use it like any other Go webserver.

Also there is a Docker container available which internally uses the `run` command:

```
# docker run --rm -ti -p 3000:3000 quay.io/luzifer/privatehub
```

0 comments on commit c755b41

Please sign in to comment.