Installing using Docker containers

Complete the following steps to run Protegrity Anonymization on a host machine.

Ensure that you have completed the following prerequisites before deploying the Protegrity Anonymization.

  1. Install Docker engine 28.0.4.

Note: For more information about installing the Docker engine 28.0.4, refer to Install Docker Engine. Make sure to run the post-installation steps as well.

To install Protegrity Anonymization:

  1. Log in to the machine as an administrator.

  2. Obtain and copy Protegrity Anonymization’s installation artifact ANON-API_RHUBI-ALL-64_x86-64_Generic.K8S_1.3.0.tgz into a directory on your base machine.

  3. From that directory, run tar -xvzf ANON-API_RHUBI-ALL-64_x86-64_Generic.K8S_1.3.0.tgz.

  4. Run Local_docker_install.sh.

    Note: Depending on your workload, you may want to edit the docker-compose file, namely pty-worker and increase the replicas parameter.

  5. The previous script will launch several containers. Retrieve the IP of the nginx container by running docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' <container ID> and map it in your hosts file, like so:

XX.XX.XX.XX anon.protegrity.com
  1. Open a web browser. Use the following URL to view basic information about Protegrity Anonymization: https://anon.protegrity.com/.
  2. Use the following URL to view the Swagger UI. The various Protegrity Anonymization APIs are visible on this page: https://anon.protegrity.com/anonymization/api/v1/ui.
  3. Go to https://anon.protegrity.com/lab, where you’ll have a Jupyter Lab environment available to quickly experiment with Protegrity Anonymization. Inside the folder Anonymization-engine, you’ll find a Jupyter Notebook with several examples.
  4. Use the following URL to view the contractual information for Protegrity Anonymization: https://anon.protegrity.com/about.
  5. Visit https://anon.protegrity.com/sdkapi and you’ll find a link to download the python SDK.
  6. Refer to the Sample Requests for Protegrity Anonymization section for code snippets.

Last modified : June 27, 2025