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
Dive can be invoked easily with just a docker command, we could relatively easily provide introspection into the results of builds with this in rocker.
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <IMAGE_ID>
I've completed the implementation for the Dive invocation feature! I added an optional --dive flag that allows users to introspect Docker images using Dive after building. The flag seamlessly integrates with the Rocker workflow.
I'll have submitted a pull request. I'm excited to contribute and help the community grow! Let me know if there's anything else you'd like me to address.
Dive can be invoked easily with just a docker command, we could relatively easily provide introspection into the results of builds with this in rocker.
docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock wagoodman/dive:latest <IMAGE_ID>
https://github.com/wagoodman/dive
The text was updated successfully, but these errors were encountered: