Docker Azure File Storage as a Docker Plugin Azure File is a Docker Volume Driver which uses Azure File Storage to mount file shares on the cloud to Docker containers as volumes. It uses network file sharing (SMB/CIFS protocols) capabilities of Azure File Storage. Why? * You can create Docker containers that can migrate from one host to
Azure Using Rex-Ray with Docker Swarm on Azure I try to have a working storage tool for my Docker Swarm cluster on Azure that is performant and use the storage service of my cloud provider. I didn't want to manage a custom cluster with VMs and disk for handling persistence across my cluster. What is Rex-Ray?
Docker Add S3 capabilities to Azure Blob Storage using Minio First of all, why can't we use Azure API? If you already use AWS S3 as an object storage and want to migrate your applications on Azure, you would like to reduce the risk of it. For that, you could move your object storage without changing a line
Docker (Slides) Docker on Azure, how to build your own Swarm cluster This presentation will be a quick review of how we built our Docker Swarm cluster on Azure and how you can do the same!