Discover how a mini PC running Docker containers revolutionizes daily life, from photo backups to ad-blocking.
This example resizes inner shapes when the associated parent container is resized. You can introduce the logic herein if you create custom shapes based on containers or use containers to group shapes.
terraform-docker-modules/ ├── modules/ │ ├── docker-container/ # Docker container module │ └── ecs-fargate/ # AWS ECS Fargate module ├── examples/ │ ├── 01-basic-docker/ # Basic Docker example │ ├── ...