Skip to content

Instantly share code, notes, and snippets.

@andrewodri
Created March 26, 2021 15:39
Show Gist options
  • Save andrewodri/dacb9867d39a7b5574d5e5296bfd9f57 to your computer and use it in GitHub Desktop.
Save andrewodri/dacb9867d39a7b5574d5e5296bfd9f57 to your computer and use it in GitHub Desktop.
Rebuild a Dockerfile for a supplied image
#!/bin/bash
docker history --format '{{ .CreatedBy }}' --no-trunc "${@}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment