This is a collection of my notes about Docker: it comes from several sources, like courses, blog posts, experiences, and so on. I also include here a collection of references for other Internet resources.
I'm sharing these as personal references wherever I go (thanks, GitHub!): maybe the come in handy for some other people too.
I'm not responsible for any damage your may incur by following these notes: use them at your risk.
This is a collection of random notes about docker and container orchestration. Actually we can divide it in two parts:
- Basic Docker commands, hints and tips - this is a collection of snippets useful when dealing with Docker containers.
- Orchestrating containers with AWS ECS - this is a collection of snippets that uses the "Scaling Docker Containers Course" as basic example but its snippets are re-usable elsewhere too!
- Task Definitions
- Runnig/starting Tasks - need to start / run / stop / describe tasks?
- Services - services are long running tasks
- Using ECR as private registry - How to connect and push/pull from ECR
- Terminating your cluster - clean up everything
- Deep Dive sample project - this directory contains resources like JSON files for task definitions used during the sample project