Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0681

...

Support for orchestration through Docker Compose only

  • Docker version 17.12 or later. Docker version must be compatible with the following version(s) of Docker Compose.

  • Docker

    -

    Compose 1.

    11

    24.

    2 or later. Version must

    1. It should be compatible with

    your

    above version(s) of Docker.

Docker Daemon


MinimumRecommended
CPU Cores2 CPU4 CPU
Available RAM8 GB RAM10+ GB RAM

...

  • Docker version 17.12 or later. Docker version must be compatible with the following version(s) of Docker Compose.

  • Docker Compose 1.1124.2 or newer1. It should be compatible with above version(s) of Docker.

Build steps

  1. Acquire the RPM file from the FTP site: 

    Info

    NOTE: You must acquire the el7 RPM file for this release.

  2. In your Docker environment, copy the  trifacta-server\*.rpm  file to the same level as the  Dockerfile .
  3. Verify that the docker-files folder and its contents are present.
  4. Use the following command to build the image:

    Code Block
    docker build -t trifacta/server-enterprise:latest .
  5. This process could take about 10 minutes. When it is completed, you should see the build image in the Docker list of local images.

    Info

    NOTE: To reduce the size of the Docker image, the Dockerfile installs the trifacta-server RPM file in one stage and then copies over the results to the final stage. The RPM is not actually installed in the final stage. All of the files are properly located.

  6. You can now configure the Docker image.

...