Testcontainers is a Python library that providing a friendly API
Testcontainers is a Python library that provides a friendly API to run a Docker container. It is designed to create a runtime environment to use during your automatic tests.
CLI wrapper for basic container (Docker/libpod) management tasks
CLI wrapper for basic container (Docker/libpod) management tasks. 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.