Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker image for etsy-hound

Super small alpine-linux based docker image for etsy's code search tool called hound

Configuration

run gen-conf.py and provide your github username and access token to populate the config file with the urls of your repos. Access tokens can be generated in your github profile settings. Note that the script requires python requests, you can install it via pip install --user requests locally or with the package manager of your choice.

  • the github access token only needs repo or public_repo permissions
  • at the moment the token is only used by the gen-conf.py script to access your repo urls. Maybe hound will support it in the future to access private repos as well

github token settings

Run

  • $ make && make data to create both, the hound and hound-data container
  • ./run.sh [PORT]
  • if you omit the PORT option, the container will expose on 8080

About

An alpine-linux based docker image for etsy's code search tool called hound.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages