user-cont / colin

Tool to check generic rules/best-practices for containers/images/dockerfiles.
GNU General Public License v3.0
52 stars 27 forks source link

a new set of dynamic checks #85

Open TomasTomecek opened 6 years ago

TomasTomecek commented 6 years ago

We would like to start a new group of generic dynamic checks on containers. One of the use cases is to run shell inside and check whether the container is running, e.g.:

$ docker run -t --rm -d --name asd $image sh
$ docker ps | grep asd

We should check for these cases:

dhodovsk commented 6 years ago