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...
FROM scratch
ADD rootfs.tar /
As in docker import
(also including .tar.gz)
Code of Conduct
Feature or enhancement request details
Currently there is support for
loadfrom layers, but notimportfrom tarball.A workaround is to do a container build, but it is handy to have a oneliner for it...
As in
docker import(also including .tar.gz)
Code of Conduct