# Docker Deployment

## Overview

A Docker image is a lightweight, standalone, and executable package that contains everything needed to run a software application, including the code, runtime, libraries, dependencies, and configuration files. It serves as a snapshot of a containerized application and its environment at a specific point in time.

## ServoyCloud Docker Images

Servoy Applications have the flexibility to be deployed within your on-premise infrastructure.\
In order to complete a [Docker Deployment](/reference/servoy-cloud/on-premise-deployment.md#docker-deployment) in Servoy Cloud, you will also need [Docker](https://www.docker.com/) and [AWS CLI](https://aws.amazon.com/cli/).

{% hint style="info" %}
This is a newer alternative to war deployment and it is the more robust way to deploy applications, because it not only includes the applications (war file), but all the dependencies, configurations and environment settings.
{% endhint %}

{% hint style="info" %}
If you are still using war files, we recommend that you try docker images.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.servoy.com/guides/deploy/docker-deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
