https://github.com/ging/fiware-chef2docker
A toolkit for generating docker images based on chef recipes
https://github.com/ging/fiware-chef2docker
Last synced: about 1 year ago
JSON representation
A toolkit for generating docker images based on chef recipes
- Host: GitHub
- URL: https://github.com/ging/fiware-chef2docker
- Owner: ging
- License: apache-2.0
- Created: 2015-10-28T11:06:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T17:08:22.000Z (over 10 years ago)
- Last Synced: 2024-04-09T14:59:56.969Z (about 2 years ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FI-Ware Chef2Docker
======================
Description
-----------
A simple helper script to install software in generated docker images from chef recipes
Features Implemented
--------------------
Chef Recipe to docker image conversion
Requirements
------------
A local docker server with version >= 0.9
A chef cookbook folder placed in the script path (needed by the generated Dockerfile for injection)
Installation
------------
No installation is necessary
Commandline Usage
-----------------
```bash
usage: chef2docker.py [-h] [-f] [-H HOST] [-v] chef_name
Generates Docker images based on Chef cookbooks
positional arguments:
chef_name The chef cookbook to deploy
optional arguments:
-h, --help show this help message and exit
-f, --fast Fast save (RAM intensive), slow commandline save by default
-H HOST docker url (defaults to local socket
-v, --verbose Show verbose messages
```
Usage Notes
-----------
Doesn't solve chef dependencies, therefore all dependant chef recipes must be included in the cookbook
License
-------
Apache License Version 2.0