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.
Birdhousebuilder recipes are used to build Web Processing Service components of the Birdhouse project. All Birdhousebuilder recipes need an existing `Anaconda`_ installation.
.. _`Buildout`: http://buildout.org/
.. _`Anaconda`: http://continuum.io/
.. _`Dockerfile`: https://www.docker.com/
.. _`Birdhouse`: http://bird-house.github.io/
Usage
*****
The recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ``~/anaconda``. Otherwise you need to set the Buildout option ``anaconda-home``.
The recipe will generate a Dockerfile for your application. You can find the Dockerfile in the root folder of the application.
The recipe depends on ``birdhousebuilder.recipe.conda``.
Supported options
=================
This recipe supports the following options:
``anaconda-home``
Buildout option with the root folder of the Anaconda installation. Default: ``$HOME/anaconda``.
``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
anaconda-home = /home/myself/anaconda
[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.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.
Birdhousebuilder recipes are used to build Web Processing Service components of the Birdhouse project. All Birdhousebuilder recipes need an existing `Anaconda`_ installation.
.. _`Buildout`: http://buildout.org/
.. _`Anaconda`: http://continuum.io/
.. _`Dockerfile`: https://www.docker.com/
.. _`Birdhouse`: http://bird-house.github.io/
Usage
*****
The recipe requires that Anaconda is already installed. It assumes that Anaconda is installed at the default location in your home directory ``~/anaconda``. Otherwise you need to set the Buildout option ``anaconda-home``.
The recipe will generate a Dockerfile for your application. You can find the Dockerfile in the root folder of the application.
The recipe depends on ``birdhousebuilder.recipe.conda``.
Supported options
=================
This recipe supports the following options:
``anaconda-home``
Buildout option with the root folder of the Anaconda installation. Default: ``$HOME/anaconda``.
``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
anaconda-home = /home/myself/anaconda
[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.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
Close
Hashes for birdhousebuilder.recipe.docker-0.1.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e24e6d5ab30b8f9a53161779f3728c080c71a9cf1b47bd72da5ef402f9378ed6 |
|
MD5 | 368f0784b8a90ade41c0efa134aae721 |
|
BLAKE2b-256 | f0368af41919a6cff6294bd141176bec7a7f5f9a829bf8df38a3841b755c499c |