Skip to content

Gracefully stopping slimming process for daemon #205

Answered by kcq
bt-nia asked this question in Q&A
Discussion options

You must be logged in to vote

What kind of container image do you have? Is it a web or API server? Does it have any exposed ports? How did you invoke docker-slim and what command flags did you use?

It's possible that what you are seeing is the default docker-slim behavior for the container images that expose ports. If that's the case then docker-slim will run its probes against the temporary container it creates based on your container image.

The --continue-after parameter to docker-slim defines how you want to decide when the analysis is done. The parameter defaults to probe, which means that docker-slim will wait until all (http) probes are done executing and then it moves on to the next phase.

In addition to config…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@bt-nia
Comment options

@bt-nia
Comment options

@kcq
Comment options

Answer selected by bt-nia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants