Replies: 2 comments
|
Makes sense, PR welcome! Probably a new, exported |
0 replies
|
@cristianrgreco Opened #1460 to implement this |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I test locally built images before publishing them. When an image is missing locally, I want startup to fail instead of pulling from a registry.
Returning false from shouldPull() still allows pulling a missing image. Could you add an equivalent to
docker run --pull=never?I can submit a PR if you approve the proposal.
All reactions