diff --git a/README.md b/README.md index 0888146..0e04de6 100644 --- a/README.md +++ b/README.md @@ -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.