Get the history of commands that created a docker image May 05, 2023Note to self Note to self: In order to see which commands (latest on top) were used to create a docker image run: docker history --no-trunc --format 'RUN {{.CreatedBy}}' <image>
docker on OSX hostname of the Mac January 23, 2018OSX, Note to self note to self: when I need to access the docker host from within a container running in Docker for Mac, the hostname is docker.for.mac.localhost.