From 6921d090ddc6bf2c27d4ebdc9e1e310d5dbca40c Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 30 Jul 2024 09:14:46 -0400 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.