CRFS is a read-only FUSE filesystem that lets you mount a container image, served directly from a container registry (such as gcr.io), without pulling it all locally first.
https://github.com/google/crfs
Answers to your questions
CRFS is a read-only FUSE filesystem that lets you mount a container image, served directly from a container registry (such as gcr.io), without pulling it all locally first.
https://github.com/google/crfs
That’s kinda slick, I’ll have to check it out
Please someone explain this to me, I’m retarded. Whether it’s mounted as a file system or not you’ll still have to download it right? So how is this any better?
Quite interesting indeed!