Sign inSign up

seayou/elasticmq

By seayou

•Updated over 7 years ago

Installs the latest version of ElasticMQ and exposes port 9324.

Image
1

1.0K

seayou/elasticmq repository overview

⁠ElasticMQ Docker Image

Provides ElasticMQ⁠.

  • The image is using Alpine linux (gliderlabs/alpine), making its size around 125 MB. It uses Tini⁠, a minimalistic init system to handle signaling properly.
⁠cu12/elasticmq:latest

Installs 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>"

Tag summary

Content type

Image

Digest

Size

123.1 MB

Last updated

over 7 years ago

docker pull seayou/elasticmq