Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

How to test your containers using Python

A simple Python script that makes it easy to test containers.

Install and Run

Build the container

$ docker build . -t flaskapp_container

Install the python dependency

$ python3 -m venv .venv
$ source .venv/bin/activate
(.venv)$ pip install --upgrade pip
(.venv)$ pip install conu

Run the script

(.venv)$ python test_container.py

About

A simple Python script that makes it easy to test containers.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.