Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

demo #03 - image

steps to reproduce

  1. docker build
docker build -t dockerfile .
docker history dockerfile
docker save dockerfile -o dockerfile.tar
  1. "own" docker build (via docker commit)
./dockerfile.sh
docker history dockershell
docker save dockershell -o dockershell.tar