---
title: Deploying PingGateway with Docker
description: These pages show you how to build an evaluation-only Docker image from the Dockerfile provided inside PingGateway-2026.3.0.zip.
component: pinggateway
version: 2026
page_id: pinggateway:devops-guide:preface
canonical_url: https://docs.pingidentity.com/pinggateway/2026/devops-guide/preface.html
revdate: 2025-04-01T17:53:34Z
keywords: ["Deployment", "Configuration", "Devops", "Docker"]
page_aliases: ["index.adoc"]
---

# Deploying PingGateway with Docker

These pages show you how to build an evaluation-only Docker image from the Dockerfile provided inside `PingGateway-2026.3.0.zip`.

|   |                                                                                                                                                                                                               |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Ping Identity provides no commercial support for production deployments that use the evaluation-only Docker images. When deploying, you must build and use your own Docker images for production deployments. |

These pages are for Ping Identity Platform developers who want an easy-to-use example of containerized deployment, and for PingGateway developers who want to configure a production environment for containerized deployment.

Learn about deploying Ping Identity Platform by using DevOps techniques in the ForgeOps [Start here](https://docs.pingidentity.com/forgeops/2025.2/start/start-here.html) documentation.

These pages assume you are familiar with the following topics:

* PingGateway, to edit the basic configuration and test the changes.

* Docker, to build and run and Docker images.

The examples in this guide use some of the following third-party tools:

* `curl`: <https://curl.haxx.se>

* `HTTPie`: <https://httpie.org>

* `jq`: <https://stedolan.github.io/jq/>

* `keytool`: <https://docs.oracle.com/en/java/javase/25/docs/specs/man/keytool.html>
