https://github.com/mizzy/docker-ci-demo
https://github.com/mizzy/docker-ci-demo
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mizzy/docker-ci-demo
- Owner: mizzy
- Created: 2013-07-17T15:37:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-21T15:27:55.000Z (almost 13 years ago)
- Last Synced: 2025-03-23T01:42:41.838Z (over 1 year ago)
- Language: Ruby
- Size: 215 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.