Skip to content

Commit

Permalink
add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronsumel committed Sep 17, 2019
1 parent 76375f6 commit c1aa73d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,12 @@ In order to add your ssh server fingerprint to `known_hosts` run the following:

$ ssh-keyscan -H YOURHOST.COM >> ~/.ssh/known_hosts

### Run with docker

```bash
docker run -v ~/.grapes.yml:/root/.grapes.yml -v ~/.ssh/id_rsa:/root/.ssh/id_rsa -it docker.pkg.github.com/yaronsumel/grapes/grapes:0.3.0
```

### Installation ###

Run (golang v1.10+ required):
Expand Down

0 comments on commit c1aa73d

Please sign in to comment.