Exploring a Docker image

Using Divearrow-up-right:

brew install dive
dive image

Get a shell on the image:

docker run -it image /bin/sh

Last updated