Files
Jhon Honce 0a4ade1c17 Implement python podman create and start
- Added alias 'container()' to image model for CreateContainer()
- Fixed return in containers_create.go to wrap error in varlink
  exception
- Added a wait time to container.kill(), number of seconds to wait
  for the container to change state
- Refactored cached_property() to use system libraries
- Refactored tests to speed up performance

Signed-off-by: Jhon Honce <jhonce@redhat.com>

Closes: #821
Approved by: rhatdan
2018-05-25 09:31:21 +00:00
..

podman - pythonic library for working with varlink interface to Podman

Status: Active Development

See libpod

To build the podman wheel:

cd ~/libpod/contrib/pypodman
python3 setup.py clean -a && python3 setup.py bdist_wheel