https://github.com/jwflory/cntnr
CLI wrapper for basic container (Docker/libpod) management tasks
https://github.com/jwflory/cntnr
container-management containers docker docker-container libpod podman python python-script python3 wrapper wrapper-script
Last synced: 5 months ago
JSON representation
CLI wrapper for basic container (Docker/libpod) management tasks
- Host: GitHub
- URL: https://github.com/jwflory/cntnr
- Owner: jwflory
- License: mpl-2.0
- Archived: true
- Created: 2019-05-03T01:02:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T14:40:49.000Z (about 5 years ago)
- Last Synced: 2024-12-16T23:23:41.389Z (6 months ago)
- Topics: container-management, containers, docker, docker-container, libpod, podman, python, python-script, python3, wrapper, wrapper-script
- Language: Python
- Homepage: https://pypi.org/project/cntnr/
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
cntnr
=====CLI wrapper for basic container (Docker/libpod) management tasks
## About
This is a Python wrapper script to simplify specific tasks in a container environment.
It is designed to work with your container runtime of choice (currently `podman` and `docker`).
A CLI menu makes these selections possible.This project was created for a lab assignment in NSSA-244 Virtualization at the [Rochester Institute of Technology](https://www.rit.edu/).
## Installation
```
pip install cntnr
```## Legal
Licensed under Mozilla Public License 2.0.
Created by Justin W. Flory.