
Docker, mais qu’est-ce que c’est ?
Introduction à Docker et son écosystème
Introduction à Docker et son écosystème
Cette présentation s’adresse à tous ceux utilisant Git avec une interface graphique ou en ligne de commande. On discutera des usages de base de Git, et via des cas pratiques, on verra comment utiliser Git pour résoudre nos problèmes.
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)
Remember last time you say "It's a really awesome image ٩(◕‿◕。)۶ ! But I need only to change one thing in the configuration, and I make a new image, a new git repository, a build process, and push my new image to a registry (╥_╥)" Now (ok, a few
What is Sentry? Sentry provides open source error tracking that shows you every crash in your stack as it happens, with the details needed to prioritize, identify, reproduce, and fix each issue. It also gives you information your support team can use to reach out to and help those affected
A huge thank you Docker Quebec Community for this annual event! But this will not be possible without the support of our sponsor for the place and the cake Ingeno and the support of our mentor! During the event, participants had the opportunity to work on the following workshops: Workshop
Merci à tous d'être venus participer à ce rendez-vous annuel ! Mais tout cela n'aurait pas été possible sans le support d'Ingeno, qui nous a accueilli et a fourni un magnifique gâteau. Merci aussi à nos 2 supers mentors ! Lors de cet évènement, vous avez
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
There are some rumors on the internet if Docker Inc. is still alive or not. Short answer: it is and we will tell you why we think so. Docker is not only alive and well but thriving as a product, company and community. The decisions Docker has made about their
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?