Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Jan 24, 2022
1 parent 9dbd21b commit ca38a88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tested with the `./undock --help` command and moved to a permanent location.

## Usage

```shell
```text
$ undock --help
Usage: undock <source> <dist>
Expand Down Expand Up @@ -77,7 +77,7 @@ Flags:

### Minimal

```shell
```text
$ undock --rm-dist crazymax/buildx-pkg:latest ./dist
$ tree ./dist
./dist
Expand All @@ -104,7 +104,7 @@ $ tree ./dist

You can extract for all architectures if source image is a manifest list:

```shell
```text
$ undock --rm-dist --all crazymax/buildx-pkg:latest ./dist
$ tree ./dist
./dist
Expand Down Expand Up @@ -140,7 +140,7 @@ $ tree ./dist

For a manifest list, merge output in dist folder:

```shell
```text
$ undock --wrap --rm-dist --all crazymax/buildx-pkg:latest ./dist
$ tree ./dist
./dist
Expand Down Expand Up @@ -172,7 +172,7 @@ $ tree ./dist
It can be useful to extract contents of a specific subset of files/dirs if the
source image is not a scratch one.

```shell
```text
$ undock --include /usr/local/bin --rm-dist --all crazymax/diun:latest ./dist
$ tree ./dist
./dist
Expand Down

0 comments on commit ca38a88

Please sign in to comment.