Skip to content

Commit

Permalink
README.md: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Apr 28, 2024
1 parent 5a20bcd commit 28ca717
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ $> tar-formers docker-export <container-id> --to /mycontaincer.tar.gz --specs sp

The option `--to` accepts the `-` for write flow to stdout.

## Copy files from a docker container to a directory and apply filter

```bash
$> tar-formers docker-cp <container-id> <container-src-path> --todir ./tmp --specs specs.yml
```

## Copy files from a docker container to a tarball and apply filter

```bash
$> tar-formers docker-cp <container-id> <container-src-path> --to /myfiles.tar.gz ./tmp --specs specs.yml
```


## Create a docker image from with the content of a directory filtered

Expand Down

0 comments on commit 28ca717

Please sign in to comment.