Highlights
Mimir v2 packages the full local AWS sandbox into one Docker image. The console, API bridge, and AWS-compatible backend now start together, so users can run Mimir without cloning the repo, building from source, or wiring separate services.
What's New
- Bundled AWS-compatible backend served on
localhost:4566. - One-image run flow with
tanujsoni027/mimir-aws:latest. - Multi-arch image support for
linux/amd64andlinux/arm64. - 54 backend services available through the local AWS endpoint.
- 15+ console workflows for common AWS services.
- Container-backed Lambda, EC2, and Glue workflows.
- Browser EC2 terminal for local EC2 containers.
- Real local Glue runtime path for jobs and notebooks using Glue-style Python/Spark code.
- Updated documentation for the v2 run flow, v1/v2 comparison, performance profile, and technical architecture.
Run
docker run -d --name mimir \
-p 8080:80 -p 4566:4566 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /tmp/mimir-glue:/tmp/mimir-glue \
tanujsoni027/mimir-aws:latestOpen:
- Console: http://localhost:8080
- AWS endpoint: http://localhost:4566
Default local credentials:
- Access key:
mimir - Secret key:
mimir - Region:
us-east-1
Docker Hub
Docker Hub now uses a single current tag:
tanujsoni027/mimir-aws:latest
Documentation
- Main README now focuses on the one-image product flow.
docs/architecture.mdcontains implementation details for contributors.docs/v1-readme.mdpreserves the v1 README for historical reference.
Release Credits
- Tanuj Soni (@tanuj24) - project author and maintainer.