---
title: Downloading and untarring the Docker package
description: Download and untar the Docker package to install the PingIntelligence license.
component: pingintelligence
version: 5.2
page_id: pingintelligence:installing_pingintelligence_for_apis:pingintelligence_download_docker_package
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/installing_pingintelligence_for_apis/pingintelligence_download_docker_package.html
revdate: April 3, 2024
section_ids:
  before-you-begin: Before you begin
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Downloading and untarring the Docker package

Download and untar the Docker package to install the PingIntelligence license.

## Before you begin

Contact the Ping Identity sales team for instructions on accessing the Docker package and acquiring a valid license for PingIntelligence API Security Enforcer (ASE) and API Behavioral Security (ABS).

## About this task

|   |                                                                                                                                                                                                                                                                        |
| - | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | By default the Docker evaluation package is configured for deployment in inline mode. If you want to deploy Docker in sideband mode, see [Configuring Docker evaluation sideband deployment](pingintelligence_configuring_docker_evaluation_sideband_deployment.html). |

When you have access to the Docker package and a valid PingIntelligence license:

## Steps

1. Download and save the Docker package in the `/opt` directory.

2. Untar the package by running the following command:

   ```shell
   $sudo tar -xf /opt/pi-api-docker-poc-5.1.tar.gz
   ```

3. Change the directory to `/opt/pingidentity/docker-poc`.

4. Copy the license file in the `pingidentity/docker-poc/license` directory and make sure that the license file is named `PingIntelligence.lic`.

   ### Example:

   The following is a sample of the license file:

   ```
   ID=
   Organization=
   Product=
   Version=
   IssueDate=
   EnforcementType=
   ExpirationDate=
   MaxTransactionsPerMonth=
   Tier=
   ```
