Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 773 Bytes

README.rst

File metadata and controls

37 lines (22 loc) · 773 Bytes

ConMan

Etymology: con (Container) and man (Manager)

ConMan is an easy and flexible Docker based container manager written in Python. It is an open-source project that is available for the Unix platforms which is currently maintained on GitHub. ConMan is a python based wrapper for managing docker based containers and images on your Unix system.

Installation

Install and update ConMan using pip:

pip install -U conman

Example

$ conman run python:latest  # start a python container

Project Links