GoogleContainerTools / container-structure-test

validate the structure of your container images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support tests that require an interactive shell

JonZeolla opened this issue · comments

Some docker images are meant to be interacted with, and operate differently between interactive and non-interactive runs. https://github.com/SeisoLLC/easy_infra is an example.

Please allow a method to specify interactive vs non-interactive tests.

Currently easy_infra does this like this, and I would like to refactor this to use this project.