lorinfields
10/16/2018 - 9:09 PM

Docker basics image extraction

# extract formulas
# see how the image was built
docker image history --no-trunc image_name > image_history
#The steps will be logged into the image_history file.