Docker Global Azure Bootcamp Québec - Container on Azure On Saturday April, 21st 2018 was the 6th edition of the Global Azure Bootcamp, Maxime and I present 2 way to deploy container on Azure: * Build your own Swarm Cluster * Using AKS (Azure Kubernetes Services)
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
Azure Docker on Azure, how to build your own Swarm cluster This post will be a quick review of how we built our Docker Swarm cluster on Azure and how you can do the same! First of all, we want to have secret management in Swarm, and as of today (October 2017), only CoreOS Alpha have a version of Docker >
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!