[Request]: Import filesystem from tarball
Open
- 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
Assessment
This issue has not been assessed yet.