Installs the latest version of ElasticMQ and exposes port 9324.
1.0K
Provides ElasticMQ.
Dockerfile linksInstalls the latest (0.12.0) version of ElasticMQ and exposes port 9324.
Running should be as simple as:
docker run -p 9324:9324 -d seayou/elasticmq
If you wish to customise the settings, mount your config at /elasticmq/custom.conf.
Use AWSCLI to manage SQS:
docker exec <container_id> bash -c "AWS_ACCESS_KEY_ID=fake AWS_SECRET_ACCESS_KEY=fake AWS_DEFAULT_REGION=fake aws --endpoint-url http://localhost:9324 sqs create-queue --queue-name <queue_name>"
Content type
Image
Digest
Size
123.1 MB
Last updated
over 7 years ago
docker pull seayou/elasticmq