Welcome to containers’s documentation!

Contents:

containers

https://badge.fury.io/py/containers.png https://travis-ci.org/kragniz/containers.png?branch=master https://pypip.in/d/containers/badge.png

Containers is a python module to easily manipulate app containers conforming to the App Container Specification version 0.3.0.

Installation

At the command line:

$ pip install containers

Usage

Containers module

containers.simple_discovery(name, var=None, secure=True)

Perform simple discovery and save the discovered ACI locally.

Parameters:
  • name (str.) – Name of app.
  • var (str.) – Directory to save ACI to.
  • secure (bool.) – Choose to use HTTPS or HTTP.
Returns:

str – the name of the ACI.

Credits

Development Lead

Contributors

None yet. Why not be the first?

Indices and tables