thecodeteam / conferences

1 stars 0 forks source link

Making a Docker Volume Plugin, the Easy Way #131

Open jonasrosland opened 7 years ago

jonasrosland commented 7 years ago

Title: Making a Docker Volume Plugin, the Easy Way

Abstract: Storage platforms are eager to integrate to Docker to expand use cases for their technology. But this also means developing and maintaining software that provides the container storage integration. Good thing for you, there are options that allow you to focus on your platform while ignoring any specific requirements of implementing a volume plugin. Learn how your storage driver inside of the libStorage project brings Docker compatibility to your platform while also future proofing it as Docker and the moving the container eco-system forward.