Skip to content

Exploring a Docker image

Using Dive:

brew install dive
dive image

Get a shell on the image:

docker run -it image /bin/sh