An open API service indexing awesome lists of open source software.

https://github.com/mviereck/image2rootfs

Convert a Docker image to a rootfs tarball
https://github.com/mviereck/image2rootfs

converter docker docker-image image rootfs tar tarball

Last synced: 8 months ago
JSON representation

Convert a Docker image to a rootfs tarball

Awesome Lists containing this project

README

          

# image2rootfs
Create a rootfs tarball from a Docker image.

Pulls an image and creates a tarball at `/tmp/image2rootfs/rootfs-.tar`.
Pulls from Docker hub by default or from elsewhere specified with
skopeo image name syntax (see `man skopeo`, section `IMAGE NAMES`).

## Syntax:
```
image2rootfs [OPTIONS] IMAGENAME
```

## Options:
```
-h, --help
-v, --verbose
--version
```
## Dependencies:
```
skopeo
python|python3
tar
gzip
file
```