Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev authored Nov 8, 2022
1 parent 84b84f4 commit a62f681
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@ go get github.com/itpp-labs/hound/cmds/...

### Using Docker (1.4+)

0. Configure access to github registry with [token](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line):

docker login docker.pkg.github.com -u GITHUB_USERNAME -p GITHUB_TOKEN

1. Create a [config.json](config-example.json) in a directory with your list of repositories.

2. Run

docker run -d -p 6080:6080 --name hound -v $(pwd):/data docker.pkg.github.com/itpp-labs/hound/production
docker run -d -p 6080:6080 --name hound -v $(pwd):/data ghcr.io/itpp-labs/hound/production


You should be able to navigate to [http://localhost:6080/](http://localhost:6080/) as usual.
Expand Down

0 comments on commit a62f681

Please sign in to comment.