---
title: Installing and loading Docker images
description: Install and load Docker images from the images directory.
component: pingintelligence
version: 5.2
page_id: pingintelligence:installing_pingintelligence_for_apis:pingintelligence_install_docker_images
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/installing_pingintelligence_for_apis/pingintelligence_install_docker_images.html
revdate: April 3, 2024
section_ids:
  about-this-task: About this task
  steps: Steps
  example: Example:
---

# Installing and loading Docker images

Install and load Docker images from the `images` directory.

## About this task

To install and load Docker images:

## Steps

* Run the following command on the host Ubuntu 18.04 machine:

  ```
  /opt/pingidentity/docker-poc$sudo ./bin/start.sh install
  ```

  ### Example:

  ```
  sudo ./bin/start.sh install
  Tue Dec 28 01:59:50 MST 2021 : loading ASE image
  Loaded image: pingidentity/ase:5.1
  Tue Dec 28 01:59:54 MST 2021 : loading ABS image
  Loaded image: pingidentity/abs:5.1
  Tue Dec 28 02:00:03 MST 2021 : loading API Publish image
  Loaded image: pingidentity/apipublish:5.1
  Tue Dec 28 02:00:11 MST 2021 : loading Dashboard image
  Loaded image: pingidentity/dashboard:5.1
  Tue Dec 28 02:00:43 MST 2021 : loading mongo image
  Loaded image: pingidentity/mongo:4.2.0
  Tue Dec 28 02:00:50 MST 2021 : loading Kafka image
  Loaded image: pingidentity/kafka:5.1
  Tue Dec 28 02:01:07 MST 2021 : loading Zookeeper image
  Loaded image: pingidentity/zookeeper:5.1
  Tue Dec 28 02:01:18 MST 2021 : loading client image
  Loaded image: pingidentity/client:5.1
  Tue Dec 28 02:01:25 MST 2021 : loading server image
  Loaded image: pingidentity/server:5.1
  Tue Dec 28 02:01:32 MST 2021 : Installation completed successfully
  ```
