Skip to content

Releases: aws-samples/aws-do-docker

DockerCon21 Release

27 May 02:17

Choose a tag to compare

Initial release of project for DockerCon21 Live

By using the patterns of the Do Framework, this release allows you to build and run Docker containers on the following target orchestrators:

Target orchestrato TO=docker|compose|ecs|swarm|kubernetes|eks|lambda|batchlocal|batch

  • docker - choose when running locally or on ec2
  • compose - choose when running locally, on ec2
  • ecs - choose when running on ecs with or without Fargate
  • swarm - choose when running on a docker swarm
  • kubernetes - choose when running on a local, remote Kubernetes cluster or EKS, with or without Fargate
  • lambdalocal - choose when developing and testing an AWS Lambda container locally
  • lambda - choose when running containerized function on AWS Lambda
  • batchlocal - choose when running containerized jobs locally
  • batch - choose when running containerized jobs on AWS Batch