Update README

master
Garrett Mills 2 months ago
parent 068beb5832
commit 6921d090dd

@ -2,7 +2,9 @@
Helpers for performing advanced manipulations of Docker image layers.
## `isolate [from image] [to image] [--output=path] [--as=image name] [--no-base]`
## Isolate
`isolate [from image] [to image] [--output=path] [--as=image name] [--no-base]`
Given an image `[to image]` that is based on `[from image]`, extract (or... isolate) the files that changed ONLY since the `[from image]` and output it as a `.tar` file.

Loading…
Cancel
Save