A Buildout recipe to generate a Dockerfile for Birdhouse applications.
Project description
******************************
birdhousebuilder.recipe.docker
******************************
.. contents::
Introduction
************
``birdhousebuilder.recipe.docker`` is a `Buildout`_ recipe to generate a `Dockerfile`_ for `Birdhouse`_ applications.
.. _`Buildout`: http://buildout.org/
.. _`Dockerfile`: https://www.docker.com/
.. _`Birdhouse`: http://bird-house.github.io/
Usage
*****
The recipe will generate a Dockerfile for your application. You can find the Dockerfile in the root folder of the application.
Supported options
=================
This recipe supports the following options:
``image-name``
The docker image name. Default is ``ubuntu``.
``image-version``
The docker image version. Default is ``latest``.
``maintainer``
The name of the maintainer.
Example usage
=============
The following example ``buildout.cfg`` generates a Dockerfile for Ubuntu 14.04::
[buildout]
parts = docker
[docker]
recipe = birdhousebuilder.recipe.docker
image-name = ubuntu
image-version = 14.04
maintainer = Generated by MyApp
Authors
*******
Carsten Ehbrecht ehbrecht at dkrz.de
Changes
*******
0.3.2 (2015-mm-dd)
==================
* fixed malleefowl default port in dockerfile template.
* changed dockerfile volumes.
0.3.1 (2015-09-24)
==================
* updated Dockerfile template.
* added output-port option.
0.3.0 (2015-09-22)
==================
* updated Dockerfile tempalte.
* more options added.
0.2.2 (2015-08-05)
==================
* cleaned up ... removed conda dependency.
* update to buildout 2.x.
0.2.1 (2015-04-13)
==================
* Updated Dockerfile template for CentOS builds (sudo was missing).
0.2.0 (2015-03-16)
==================
* Updated Dockerfile template for birdhouse environments.
0.1.1 (2014-11-13)
==================
* Updated Dockerfile template
starts only supervisord.
* Fixed example in Readme.
0.1.0 (2014-11-05)
==================
* Initial Release.
birdhousebuilder.recipe.docker
******************************
.. contents::
Introduction
************
``birdhousebuilder.recipe.docker`` is a `Buildout`_ recipe to generate a `Dockerfile`_ for `Birdhouse`_ applications.
.. _`Buildout`: http://buildout.org/
.. _`Dockerfile`: https://www.docker.com/
.. _`Birdhouse`: http://bird-house.github.io/
Usage
*****
The recipe will generate a Dockerfile for your application. You can find the Dockerfile in the root folder of the application.
Supported options
=================
This recipe supports the following options:
``image-name``
The docker image name. Default is ``ubuntu``.
``image-version``
The docker image version. Default is ``latest``.
``maintainer``
The name of the maintainer.
Example usage
=============
The following example ``buildout.cfg`` generates a Dockerfile for Ubuntu 14.04::
[buildout]
parts = docker
[docker]
recipe = birdhousebuilder.recipe.docker
image-name = ubuntu
image-version = 14.04
maintainer = Generated by MyApp
Authors
*******
Carsten Ehbrecht ehbrecht at dkrz.de
Changes
*******
0.3.2 (2015-mm-dd)
==================
* fixed malleefowl default port in dockerfile template.
* changed dockerfile volumes.
0.3.1 (2015-09-24)
==================
* updated Dockerfile template.
* added output-port option.
0.3.0 (2015-09-22)
==================
* updated Dockerfile tempalte.
* more options added.
0.2.2 (2015-08-05)
==================
* cleaned up ... removed conda dependency.
* update to buildout 2.x.
0.2.1 (2015-04-13)
==================
* Updated Dockerfile template for CentOS builds (sudo was missing).
0.2.0 (2015-03-16)
==================
* Updated Dockerfile template for birdhouse environments.
0.1.1 (2014-11-13)
==================
* Updated Dockerfile template
starts only supervisord.
* Fixed example in Readme.
0.1.0 (2014-11-05)
==================
* Initial Release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file birdhousebuilder.recipe.docker-0.3.2.tar.gz
.
File metadata
- Download URL: birdhousebuilder.recipe.docker-0.3.2.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89df0949d00466b2da8ac5302f913f07460386ee822ebf3851ce5d1fad4999ab |
|
MD5 | a479cbd743c4f28ce191c1b6a468a7f7 |
|
BLAKE2b-256 | 5251d74d0336b4f85ff39f4bc2505a6f20a75b8d3300a8e507a7c2edace39f26 |