Installing Replicate on a docker
You can install Replicate on a Docker. A sample script can be found under the ar_docker folder.
To create the ar_docker folder and extract the sample script to it, run the following commands on the Replicate machine as an Admin:
$ mkdir ar_docker/
$ rpm2cpio areplicate-yyyy.h.l-build.x86_64.rpm | cpio -iv --make-directories --no-absolute-filenames -D ar_docker/ ./opt/attunity/replicate/addons/samples/docker/*
$ mv ./ar_docker/opt/attunity/replicate/addons/samples/docker/* ./ar_docker
$ rm -rf ./ar_docker/opt
Information noteThe sample script might not contain the correct driver versions for your databases. Therefore, before running the script, make sure to update it with the supported drivers.