A Snaplex serves as the runtime environment for Pipelines within the SnapLogic ecosystem. This Docker image is designed for a self-managed Snaplex, specifically a Groundplex. Unlike a SnapLogic-hosted Snaplex, a Groundplex is hosted and maintained by your organization, giving you full control over the infrastructure. This allows you to define and allocate the necessary resources for the Snaplex nodes, ensuring optimal integration with your IT environment. The customizable nature of a Groundplex provides the flexibility to tailor its configuration to meet your organization's specific requirements. More information can be found here
--
docker pull snaplogic/snaplex:latest
--
Please refer to tags for the full list of available tags. Here are some common tags:
latest current
--
The following starts up a Snaplex:
docker run -itd -h my_snaplex -p 8090:8090 -p 8081:8081 -v /local-snaplex-files/etc:/opt/snaplogic/etc -v /local-snaplex-files/log:/opt/snaplogic/run/log snaplogic/snaplex:latest
Where:
--
This product is licensed under a proprietary license. You may not modify, distribute, or use this software without explicit permission from the copyright holder.
© SnapLogic. 2024. All rights reserved.
Content type
Image
Digest
sha256:7e6054bd3…
Size
584.8 MB
Last updated
10 days ago
docker pull snaplogic/snaplex