An open API service indexing awesome lists of open source software.

https://github.com/mizzy/docker-ci-demo


https://github.com/mizzy/docker-ci-demo

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Puppet + Docker + serverspec CI example

## Build Docker VM for CI

```
$ git clone git@github.com:mizzy/docker-ci-demo.git
$ cd docker-ci-demo
$ docker build -t mizzy/docker-ci-demo .
```

## Run tests

```
$ docker run -t mizzy/docker-ci-demo
```

Run this command from Jenkins or other CI tools for CI.