Elasticmq for testing SQS in development
4.5K
ElasticMQ Docker repository for testing SQS in development. This image is designed to be used only in development and does not optimizes usage of elasticmq
docker build --rm -t totem/docker-elasticmq .
or using docker-compose:
docker-compose build
The image is build automatically as part of docker cloud build. All branches / tags are pushed to the hub.
docker run --rm --name sqs.local -p 9324:9324 totem/docker-elasticmq
or using docker-compose:
docker-compose up
Content type
Image
Digest
Size
80.9 MB
Last updated
over 9 years ago
docker pull totem/docker-elasticmq