8000 GitHub - yeikel/gh: dockerized github cli
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yeikel/gh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized github cli

Simple container running in alpine Linux to run the github cli seamlessly for use anywhere

Very useful in projects using docker in their CI processes

DockerHub Badge

Github Repo

https://github.com/maniator/gh

Docker image tags

https://hub.docker.com/r/maniator/gh/tags/

Usage

docker run -it --rm -v ${HOME}:/root -v $(pwd):/gh -e GITHUB_TOKEN=<token> maniator/gh <command>

Optional alias:

alias gh="docker run -ti --rm -v ${HOME}:/root -v $(pwd):/gh maniator/gh"

for example, if you need clone this repository, with the alias you just set, you can run it as local command

gh repo clone serveside/gh

About

dockerized github cli

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 39.7%
  • Shell 31.3%
  • HCL 29.0%
0