ovh / svfs

The Swift Virtual File System
Other
374 stars 54 forks source link

Docker implementation :whale: #96

Closed w3st3ry closed 7 years ago

w3st3ry commented 8 years ago

What I did

I create a Dockerfile for svfs project, directly generated using the release command.

How to verify it

Just run docker build -t svfs . to build the image.

Signed-off-by: Valentin Pichard valentin.pichard@corp.ovh.com

fflo commented 7 years ago

is there a reason why this implementation did not make it into master?