Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 2.22 KB

README.md

File metadata and controls

49 lines (29 loc) · 2.22 KB

Docker

Setup a (simple?) redundant Docker swarm in a hybrid cloud config

steps

  1. Install docker manager

    You will need 3 of these. One in AWS (dm01) and the other 2 on the local hosts (dm02 and dm03)

  2. Install docker engine

    You will need 6 of these (de01-6) spread across the 2 local hosts

  3. setup the nodes

  4. On dm01, setup the swarm

core apps

  1. portainer: container management
  2. dnsmasq: DNS

additional apps


other stuff

  1. create a github repo for your Docker image. The Dockerfile goes gere along with instructions on how to actually use the Docker image
  2. create a Docker hub account and link it to github
  3. link the github repo to Docker hub. This will let you automagically recreate your image file whenever there is an update (yay?)
  4. go install RancherOS on VMware
  5. build/configure the system that will run Docker Engine

automated docker image build instructions

https://hub.docker.com/_/ubuntu/

Dockerfile reference

Create a Docker Parent Image from scratch

Dockerfile best practices


Minio is an open source object storage server with Amazon S3 compatible API