Skip to content

Instantly share code, notes, and snippets.

View ssbrewster's full-sized avatar

Simon Brewster ssbrewster

View GitHub Profile
@ssbrewster
ssbrewster / multi-cloud-docker-swarm.md
Created January 11, 2021 11:25 — forked from jesugmz/multi-cloud-docker-swarm.md
Create a simple multi cloud Docker cluster using Docker Swarm, Docker Machine and the three top cloud providers nowadays - Google Compute Engine, Microsoft Azure and AWS

Simple multi cloud Docker cluster using Docker Swarm

This guide explains how to create a simple multi cloud Docker cluster using Docker Swarm, Docker Machine and the three top cloud providers nowadays - Google Compute Engine, Microsoft Azure and AWS.

Prerequisites

This guide assumes you have a Linux host with Docker CE installed. If you are using Docker for Mac or Docker for Windows you can avoid the Docker Machine set up since it comes included.

Install Docker Machine