moul / random-ideas

:bulb: random ideas
github.com/moul
0 stars 0 forks source link

MRFC 1 - fuse2docker #1

Open moul opened 9 years ago

moul commented 9 years ago

Create a fuse file-system which lists the available containers/images + their contents

It should works with local or remote Docker

i.e:

[fuse2docker]
  |--- [containers]
          |--- [container1]
                  |--- [bin]
                          |--- bash
                          |--- ls
                          |--- ...
                  |--- [etc]
                  |--- [root]
                  |--- [usr]
                  |--- [var]
                  |--- ...
          |--- container2
                  |--- [bin]
                          |--- bash
                          |--- ls
                          |--- ...
                  |--- [etc]
                  |--- [root]
                  |--- [usr]
                  |--- [var]
                  |--- ...
  |--- [images]
          |--- image1
                  |--- [bin]
                          |--- bash
                          |--- ls
                          |--- ...
                  |--- [etc]
                  |--- [root]
                  |--- [usr]
                  |--- [var]
                  |--- ...
          |--- image2
                  |--- [bin]
                          |--- bash
                          |--- ls
                          |--- ...
                  |--- [etc]
                  |--- [root]
                  |--- [usr]
                  |--- [var]
                  |--- ...

Resources: