Hi there!
i would like to know how can i construct a docker image from blocks that I’ve;
for example if i have the image manifest, asha256 file that contains “{“architecture”:“amd64”,“config”:{“Hostname”…” and 4 sha256_* files that represent the FS. this files represent a complete image, how can i actually turn them into a runnable docker image?
Thanks in advance!