Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a new set of dynamic checks #85

Open
2 tasks
TomasTomecek opened this issue Apr 17, 2018 · 1 comment
Open
2 tasks

a new set of dynamic checks #85

TomasTomecek opened this issue Apr 17, 2018 · 1 comment

Comments

@TomasTomecek
Copy link
Member

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 ...
@dhodovsk
Copy link
Member

dhodovsk commented Apr 17, 2018

  • Run the image with what is specified in usage label usage label is not required, so we cant test this on all images

@TomasTomecek TomasTomecek changed the title new dynamic check: can we run shell in a container? a new set of dynamic checks Apr 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants