xxxxxxxxxx
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
wagoodman/dive:latest example3:recovered
xxxxxxxxxx
docker history nginx:latest --no-trunc > nginx.dockerfile
cat nginx.dockerfile
xxxxxxxxxx
docker cp $(docker create registry.example.com/ansible-base:latest):/home/ansible/.ssh/id_rsa ./hacked_ssh_key