Skip to content
Discussion options

You must be logged in to vote

Hi @LeTrungNguyen1703 — yes, pip install ministack runs without Docker.

  • ECR: works fully without Docker on the ministack side.
    (Pushing real images from your machine to ministack's ECR would still need a container runtime client, but ministack itself doesn't.)

  • ECS: control plane works without Docker — CreateCluster, RegisterTaskDefinition, RunTask, DescribeTasks, services, etc. all behave correctly.
    The one thing that needs Docker is actually executing the task container at RunTask. Without Docker, the task is recorded but no container starts.

If your workflow is IaC / SDK testing (Terraform, CDK, CloudFormation, boto3 calls), you're fine without Docker.

If you need the task contain…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LeTrungNguyen1703
Comment options

Answer selected by LeTrungNguyen1703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants