# Apama 10.1 now available on Docker Store!

**URL:** https://community.cumulocity.com/t/apama-10-1-now-available-on-docker-store/2875
**Category:** Knowledge Base
**Tags:** Streaming-Analytics-Apama
**Created:** [October 16, 2017, 10:00pm UTC](https://community.cumulocity.com/t/apama-10-1-now-available-on-docker-store/2875 "2017-10-16T22:00:00Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Apama\_team](https://avatars.discourse-cdn.com/v4/letter/a/258eb7/32.png) [@Apama\_team](https://community.cumulocity.com/u/Apama_team)
#### Post date: [October 16, 2017, 10:00pm UTC](https://community.cumulocity.com/t/apama-10-1-now-available-on-docker-store/2875/1 "2017-10-16T22:00:00Z")

</div>

Apama is now available as a ready-to-go Docker image on Docker Hub (The Docker Store at the time of originally publishing).

With the 10.1 release, Software AG is starting to deliver some of the components of the Digital Business Platform as Docker images through Docker ~~Store~~ Hub, and Apama is one of those components. Docker images makes the components even easier to deploy and run on any infrastructure. Software AG recognizes the rapid emergence and power of container technology, in which Docker is leading the way.

Visit [https://hub.docker.com/r/softwareag/apama-correlator](https://hub.docker.com/r/softwareag/apama-correlator) to get Apama as a Docker image.

If you use Apama as a Docker image and don’t create an image with a full commerical license file included then Apama will run with the standard Community Edition restrictions.

You can startup an empty Apama correlator by simply running the container:

`docker run -dP softwareag/apama-correlator:10.1`

Once Apama is running you can use the Apama utilities to deploy and manage your application. These tools are available within the softwareag/apama-correlator image and can be run by specifying them on the command line when starting the image. For example, you can use engine\_watch to monitor your correlator running locally:

`docker run -t -i --rm softwareag/apama-correlator:10.1engine_watch -n correlator-container`

Alternatively, you can download Apama from this community website and run the tools locally to connect to your remote Docker container, using the port obtained from running `docker port correlator-container` . For example, you could inject your application using something like the following:

`engine_inject –n myDocker.server.com –p 97531 MyApplication.mon`

Please try out using Apama in a Docker image and let us know how you get on.
