Skip to content

Instantly share code, notes, and snippets.

@pmbauer
Last active April 20, 2016 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmbauer/1dd68c25fef9fd797dd73d38d1fcd2f6 to your computer and use it in GitHub Desktop.
Save pmbauer/1dd68c25fef9fd797dd73d38d1fcd2f6 to your computer and use it in GitHub Desktop.
build containers post
$ docker build -t extra_layers -f extra_layers.dockerfile .
[...]
$ docker history extra_layers
IMAGE CREATED CREATED BY SIZE COMMENT
6c6fffb28c43 3 weeks ago /bin/sh -c rm -rf /var/cache/apk/* 0 B
636b0662bc76 3 weeks ago /bin/sh -c apk add --update curl drill 3.009 MB
70c557e50ed6 6 weeks ago /bin/sh -c #(nop) ADD file:81ba6f20bdb99e6c13 4.794 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment