Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xames3/conman
ConMan: An easy and flexible Docker based container manager
https://github.com/xames3/conman
conman containerization containers docker docker-container python
Last synced: about 1 month ago
JSON representation
ConMan: An easy and flexible Docker based container manager
- Host: GitHub
- URL: https://github.com/xames3/conman
- Owner: xames3
- License: mit
- Created: 2022-10-30T17:16:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T07:36:24.000Z (2 months ago)
- Last Synced: 2024-12-16T14:53:21.534Z (about 1 month ago)
- Topics: conman, containerization, containers, docker, docker-container, python
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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`_:
.. code-block:: text
pip install -U conman
.. _pip: https://pip.pypa.io/en/stable/getting-started/
Example
-------.. code-block:: console
$ conman run python:latest # start a python container
Project Links
-------------- Source Code: https://github.com/xames3/conman
- Issue Tracker: https://github.com/xames3/conman/issues