https://github.com/sds/navo
Test Chef cookbooks in Docker containers
https://github.com/sds/navo
Last synced: 28 days ago
JSON representation
Test Chef cookbooks in Docker containers
- Host: GitHub
- URL: https://github.com/sds/navo
- Owner: sds
- License: other
- Created: 2015-11-15T07:31:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-15T06:07:42.000Z (over 9 years ago)
- Last Synced: 2024-04-24T14:10:02.055Z (about 2 years ago)
- Language: Ruby
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Navo
`navo` is a framework for testing Chef cookbooks within Docker containers.
It takes inspiration from the
[test-kitchen](https://github.com/test-kitchen/test-kitchen) and
[kitchen-docker](https://github.com/portertech/kitchen-docker) projects, but
sacrifices these tools' flexibility and generic implementations for an
opinionated workflow. If you ever need to test your Chef cookbooks in something
other than a Docker container, you should use those tools instead.
* [Requirements](#requirements)
* [Installation](#installation)
* [License](#license)
## Requirements
* Ruby 2.0.0+
## Installation
```bash
gem install navo
```
## License
This project is released under the [MIT license](LICENSE.md).