Step 1: Connect to Docker

Click on the "Docker Setup" tile on the homepage of integrate.ai. You will be directed to the Docker Instructions page.

  1. Open a terminal window on your machine

  2. Get Docker Login Command and pull command from the Docker Instructions page.

    1. Press Generate Login Command to get the login command that will give you access to the integrate.ai repository. Run this line in your terminal. You will see the message Login Succeeded

    2. Copy the pull command, which you'll use to download the integrate.ai Docker image. Run this line in your terminal. You will see the message Pulling from edge/fl-client-internal, and the image will begin downloading, wait for this to complete before proceeding.

  3. You have successfully downloaded the Docker image.

Last updated