Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: PLAT-6818

...

...

Known Issue

When deploying a Docker Container as your Snaplex, you must change ownership permissions of the /opt/snaplogic/etc folder from root to snapuser; otherwise, the following message is displayed on the Dashboard > Alerts tab:

Local path has incorrect permissions: found={'owner': 'root', 'path': '/opt/snaplogic/etc', 'perms': 'RWX'}; required={'owner': 'snapuser', 'path': '/opt/snaplogic/etc', 'perms': 'RWX'}

Installing Groundplex in a Dockerized Container

  1. Retrieve the latest Docker image from Docker Hub using the following pull command:

    Paste code macro
     docker pull snaplogic/snaplex:latest


    This retrieves the latest version of the Docker image.

  2. In Manager, browse to your Groundplex instance and download the configuration file from the control plane:

...