There are several questions regarding how to view docker images on local machine including I can't find my Docker image after building it
The docker images
command does report that an image was successfully created:
$docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
caffeonspark cpu bd347271dc01 28 minutes ago 5.28 GB
This question is about the physical locations of the docker files - to do operations like copying/backups etc. How would the paths be found on OS/X?