donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 437 forks source link

Add a Dockerfile to run gitsome in a Docker container #99

Closed l0rd closed 7 years ago

l0rd commented 7 years ago

Signed-off-by: Mario Loriedo mario.loriedo@gmail.com

image

codecov-io commented 7 years ago

Current coverage is 95.20% (diff: 100%)

Merging #99 into master will not change coverage

@@             master        #99   diff @@
==========================================
  Files            34         34          
  Lines          2105       2105          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           2004       2004          
  Misses          101        101          
  Partials          0          0          

Powered by Codecov. Last update d59948b...865d262

donnemartin commented 7 years ago

Hi @l0rd, thanks for the pull request!

Could you also update the README with Docker install instructions?

l0rd commented 7 years ago

@donnemartin I've done what you've asked.

Note that I'm using my Docker hub repository in the doc:

$ docker run -ti --rm mariolet/gitsome

You will probably want to use another Docker hub repository with an automated build.

donnemartin commented 7 years ago

@l0rd Thank you!