I wrote undocker[1], which converts a docker "container" to a rootfs tarball. I really wish docker container format were documented as well as squashfs here. Surprising, given Docker Inc should have had enough resources to make their most important format well documented. :)<p>Anyway, undocker requires extracting the archive before using it. Squashfs wouldn't. Perhaps I will write a docker2squash, so we can mount and run these images immediately after download.<p>[1]: <a href="https://git.sr.ht/~motiejus/undocker" rel="nofollow">https://git.sr.ht/~motiejus/undocker</a>