xorpaul / g10k

my r10k fork in Go
Apache License 2.0
125 stars 50 forks source link

Add Makefile & Dockerfile #168

Closed raphink closed 4 years ago

xorpaul commented 4 years ago

Cool stuff!

How exactly can I now run the Docker container and the g10k tests inside?

Then I'll gladly merge this :smirk:

raphink commented 4 years ago

Building the container:

$ docker build -t xorpaul/g10k:latest .

Running the container:

$ docker run --rm -ti xorpaul/g10k:latest

will run g10k inside the container.

My main use for this at the moment is to run g10k in GitLab pipelines.