Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 638 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 638 Bytes

Managed Docker Examples

This repository is mainly intended for my own reference but might be useful for others to build upon. All examples make use of (and provision) a container registry, so custom Docker images can be used.

Currently contains examples for the following providers:

  • AWS (ECS + EC2) - Provisions an EC2 backed (3xt2.micro, configurable) ECS cluster and deploys Nginx containers with static HTML to it.
  • Azure (AppServices) - Provisions two AppService instances (frontend and backend), deploys Nginx with static html and a Python+Flask backend to them.

Soon(tm):