apple / apple/container

[Request]: Import filesystem from tarball

Open
#426 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Swift
Stars
49.9k
Forks
1.8k
Avg merge
1d 20h
Merged PRs (30d)
22

Description

### Feature or enhancement request details

Currently there is support for `load` from layers, but not `import` from tarball.

A workaround is to do a container build, but it is handy to have a oneliner for it...

```Dockerfile
FROM scratch
ADD rootfs.tar /
```

As in `docker import`

(also including .tar.gz)

### Code of Conduct

- [x] I agree to follow this project's Code of Conduct

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.