Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

CLI wrapper for basic container (Docker/libpod) management tasks

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.