You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
docker run -d -t $image bash
docker run -d $image sleep infinity && docker exec ...
The text was updated successfully, but these errors were encountered:
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.:
We should check for these cases:
docker run -d -t $image bash
docker run -d $image sleep infinity && docker exec ...
The text was updated successfully, but these errors were encountered: