# 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](https://docs.servoy.com/reference/servoy-cloud/on-premise-deployment#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 %}
