Sign inSign up

snaplogic/snaplex

By snaplogic

Updated 9 days ago

SnapLogic Snaplex

Image
Integration & delivery
9

1M+

snaplogic/snaplex repository overview

SnapLogic Snaplex

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 Command

docker pull snaplogic/snaplex:latest

--

Tags

Please refer to tags for the full list of available tags. Here are some common tags:

latest current

--

Examples

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:

  • my_snaplex - represents the container name of my Snaplex image
  • /local-snaplex-files/etc - represents the local directory path to my Snaplex etc files
  • /local-snaplex-files/log - represents the local directory path to my Snaplex log files
  • port 8090 - port required for Snaplex node communications
  • port 8081 - port required for Snaplex Feedmaster communications

--

License

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.

Tag summary

Content type

Image

Digest

sha256:7e6054bd3

Size

584.8 MB

Last updated

10 days ago

docker pull snaplogic/snaplex