Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After downloading the configuration file, you are ready to launch your Groundplex as a Docker container.

Create a Docker Image for a Groundplex

You can now create a Docker image from Linux/RPM, available in the Downloads tab as a more secure alternative using the Docker file. The Docket file lists all the commands required to build the Docker image.

...

 

Info

Prerequisite

Before launching the Docker build command ensure the following:

  • The SnapLogic war file is in the proper location (“/tmp/snaplogic-sidekick-*.rpm”)

  • The nomenclature includes sidekick.

  1. To execute the Docker build with the Docker File, use the command: docker build - < Dockerfile>

  2. The docker build command builds the Docker images from a Docker file and a context, which is the set of files located in the specified PATH or URL. Learn more at Docker File.

You can download the RPM from the Snaplex tab and the run.sh script can be copied from the published containers. The details of the image layer are shown in the repeating video.

...

Running a Snaplex Node from Docker

...