Installation

This part of the documentation covers installation of docker-startup.

Distribute & Pip

Installation is simple with pip.

$ pip install docker-startup

or, with easy_install

$ easy_install docker-startup

Get the code

docker-startup is actively maintained on bitbucket, where the code is always available.

You can clone the repository:

hg clone https://bitbucket.org/dpaw/docker-startup

Once you have a copy of the source, you can embed it in your Python package, or install it to your site-packages easily:

$ python setup.py install

You can run the docker-startup’s test suite with:

$ python setup.py test

TODO

Table Of Contents

Related Topics