...
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.
1124.
2 or later. Version must1. It should be compatible with
yourabove version(s) of Docker.
Docker Daemon
Minimum | Recommended | |
---|---|---|
CPU Cores | 2 CPU | 4 CPU |
Available RAM | 8 GB RAM | 10+ 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
Acquire the RPM file from the FTP site:
Info NOTE: You must acquire the el7 RPM file for this release.
- In your Docker environment, copy the
trifacta-server\*.rpm
file to the same level as theDockerfile
. - Verify that the
docker-files
folder and its contents are present. Use the following command to build the image:
Code Block docker build -t trifacta/server-enterprise:latest .
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.
- You can now configure the Docker image.
...