Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 26, 2016

Conversation

l0rd
Copy link
Contributor

@l0rd l0rd commented Dec 2, 2016

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

image

@codecov-io
Copy link

codecov-io commented Dec 2, 2016

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
Copy link
Owner

Hi @l0rd, thanks for the pull request!

Could you also update the README with Docker install instructions?

  • Index
    • New index entry Docker Installation after Virtual Environment Installation
  • Docker Installation
    • New section after the Virtual Environment Installation
  • Your change to "Available Platforms" could also hyperlink Docker to your new Docker Installation section

Signed-off-by: Mario Loriedo <mario.loriedo@gmail.com>
@l0rd
Copy link
Contributor Author

l0rd commented Dec 2, 2016

@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.

Copy link
Owner

@donnemartin donnemartin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is looking great, just a few minor comments. Thanks again for hooking this up!

@@ -121,7 +121,8 @@ For no color, set the value(s) to `None`. `white` can appear as light gray on s

## Available Platforms

`gitsome` is available for Mac, Linux, Unix, and [Windows](#windows-support).
`gitsome` is available for Mac, Linux, Unix, [Windows](#windows-support) and
[Docker](#running-as-docker-container).
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we combine lines 124 and 125 into a single line?

@@ -176,6 +177,7 @@ For no color, set the value(s) to `None`. `white` can appear as light gray on s
* [Installation](#installation)
* [Pip Installation](#pip-installation)
* [Virtual Environment Installation](#virtual-environment-installation)
* [Running as Docker container](#running-as-docker-container)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we capitalize "Container"?

@@ -548,6 +550,34 @@ To deactivate the `gitsome` `virtualenv`, run:

$ deactivate

### Running as Docker Container
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be "Running as a Docker Container"? If we make this change, please update line 180

@donnemartin donnemartin changed the title Added a Dockerfile to run gitsome in a Docker container Add a Dockerfile to run gitsome in a Docker container Dec 26, 2016
@donnemartin donnemartin merged commit 7ef2324 into donnemartin:master Dec 26, 2016
@donnemartin
Copy link
Owner

@l0rd Thank you!

donnemartin added a commit that referenced this pull request Dec 26, 2016
donnemartin added a commit that referenced this pull request Dec 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants