Hi, I would suggest a small optimization. It is possible to avoid creating the debian.tgz by simply piping the tar creation and the docker import: ``` tar cz -C $chroot_dir . | docker import - $docker_image ``` Hope that help.
Hi,
I would suggest a small optimization. It is possible to avoid creating the debian.tgz by simply piping the tar creation and the docker import:
Hope that help.