Containerization
Elastic Path Commerce is most often run in Docker-style containers. To enable this, Elastic Path provides and supports tools for building Elastic Path Commerce container images.
Containerization Tooling
Elastic Path provides and supports tools for building Elastic Path Commerce container images. This tooling is available in a separate Git repository and includes:
- Entrypoint scripts that support the various configuration options of the Elastic Path Commerce applications.
- Scripts for building Elastic Path Commerce container images.
- Scripts for building ActiveMQ container images. ActiveMQ is a required component of the Elastic Path Commerce stack.
- Scripts for building MySQL database container images. MySQL is the relational database system that is most-often used with Elastic Path Commerce. The MySQL container is suitable for development and testing purposes.
- Docker compose files for running Elastic Path Commerce services and components.
For more information and to access the tooling, obtain access to the Elastic Path Commerce source code then navigate to the Elastic Path Commerce Docker Git Repository.