pylibcontainer

An OCI runtime specification implementation library


Keywords
containers, python
License
Apache-2.0
Install
pip install pylibcontainer==0.0.6

Documentation

pylibcontainer

pypi version GitHub Forks GitHub Open Issues travis-ci for master branch coverage report for master branch sphinx documentation for latest release

Requirements

  • Python 2.7 or 3.4+ (currently tested with 2.7, 3.4)

Installation

sudo pip install pylibcontainer

Examples

sudo pylibcontainer \
    run http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-minirootfs-3.7.0-x86_64.tar.gz

Bugs and Feature Requests

Bug reports and feature requests are happily accepted via the GitHub Issue Tracker. Pull requests are welcome. Issues that don't have an accompanying pull request will be worked on as my time and priority allows.

Guidelines

Testing

Testing is done via pytest, driven by tox.

Testing is as simple as:

sudo pip install tox
tox

Release Checklist