Skip to content

Use GitHub API to find all popular repos with Dockerfiles and Compose files

Notifications You must be signed in to change notification settings

nbeck415/DockerfileFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerfileFinder

Use GitHub API to find all popular repos with Dockerfiles and Compose files

Setup

Generate a GitHub personal access token (PAT) and give it repo permissions. Save it as an env var called GH_ACCESS. The program ingests env vars from a .env file.

Run pip install requirements.txt in the project's root.

Usage

Run python app.py and go to http://127.0.0.1:5000/ to access the app.

About

Use GitHub API to find all popular repos with Dockerfiles and Compose files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published