jonmatumalpha
conceptsnotesexperimentsessays

© 2026 Jonatan Mata · alpha · v0.1.0

#docker

16 articles tagged #docker.

  • AWS ECS

    AWS container orchestration service that runs and scales Docker applications without managing the underlying cluster infrastructure.

    seed#aws#ecs#containers#docker#orchestration#cloud
  • AWS Fargate

    Serverless compute engine for containers that eliminates server management, allowing Docker container execution paying only for consumed resources.

    seed#aws#fargate#serverless#containers#docker#ecs
  • Container Registries

    Repositories for storing, versioning, and distributing container images, from public registries like Docker Hub to private registries like ECR.

    seed#containers#registry#docker#ecr#ghcr#images
  • Container Security

    Practices and tools for securing containers throughout their lifecycle: image building, runtime, orchestration, and compliance.

    seed#security#containers#docker#scanning#runtime#compliance
  • Dev Containers

    Specification for defining reproducible development environments in containers, eliminating 'works on my machine' problems and accelerating onboarding.

    seed#devcontainers#docker#vscode#development#reproducibility#dx
  • Devcontainer Amazon Linux Workspace

    Amazon Linux-based devcontainer template for AWS-compatible development environments.

    seed#devcontainer#docker#amazon-linux#aws
  • Devcontainer Features

    Collection of custom Dev Container features with automated testing, CI/CD, and GitHub Container Registry publishing.

    seed#devcontainer#docker#ci-cd#github-actions
  • Devcontainer Minimal Template

    Minimal devcontainer template for quickly starting projects with a clean base configuration.

    seed#devcontainer#docker#template
  • Devcontainer Serverless Fullstack Template

    Devcontainer template for serverless fullstack development with Python backend, React frontend, and local AWS services.

    seed#devcontainer#serverless#docker#python#react#template
  • Docker

    Container platform that packages applications with all dependencies into portable, consistent units that run identically in any environment.

    seed#docker#containers#devops#packaging#portability#images
  • Docker Compose

    Tool for defining and running multi-container applications with a YAML file, simplifying local development of systems with multiple services.

    seed#docker-compose#docker#local-development#yaml#multi-container#devops
  • DraftMK Copier Templates

    Copier templates for project scaffolding with Docker Compose, MkDocs documentation, and automated configuration.

    seed#copier#templates#docker#mkdocs#scaffolding
  • Local Development

    Practices and tools for creating productive development environments on the developer's machine, replicating production as closely as possible.

    seed#local-development#dx#docker#environment#productivity
  • MCP Dual Interface Demo

    Demonstration of dual-interface architecture where the same business logic serves both a traditional web application and an MCP server for AI tools.

    growing#mcp#python#fastapi#react#dynamodb#docker#ai-tools#architecture
  • My Devcontainer

    Personal development environment with devcontainer, Docker Compose, Python backend, and React frontend.

    seed#devcontainer#docker#python#react
  • Terraform Docker Example

    Reusable Terraform modules for managing Docker containers and AWS ECS Fargate, with progressive examples and local testing with LocalStack.

    seed#terraform#docker#ecs#localstack#infrastructure-as-code
All tags