Open moul opened 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:
Create a fuse file-system which lists the available containers/images + their contents
It should works with local or remote Docker
i.e:
Resources: