> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/de/pam-with-devolutions-cloud/deploy-cloud-services-docker-images.md).

# Docker-Images für Cloud Services bereitstellen

Da Devolutions Cloud eine Cloud-basierte Lösung ist, müssen Anwendungsdienste installiert werden, um die Kommunikation zwischen ihr und lokalen Ressourcen herzustellen, damit bestimmte Funktionen funktionieren. Der [Devolutions Cloud Services-Installer](https://devolutions.net/cloud/download/#services) enthält drei Dienste (Encryption, PAM und Reporting), von denen jeder je nach der Funktion, die Sie verwenden möchten, separat aktiviert werden kann.

Um einen oder mehrere Cloud-Dienste in einem Docker-Container bereitzustellen, [erstellen Sie die gewünschten Anwendungsdienste](https://docs.devolutions.net/cloud/de/web-interface/administration/configuration-and-security/application-services#creating-an-application-service) in der Devolutions Cloud-Weboberfläche und folgen Sie diesen Schritten:

1. Gehen Sie in der Docker-Weboberfläche zu ***Account settings*** – ***Personal access token*** – ***Generate new token***. Setzen Sie die Berechtigung für öffentliche Repositorys auf `read-only`. Speichern Sie das generierte Token für später.
2. Gehen Sie in Devolutions Cloud zu ***Administration*** – ***Application service***.
3. ***Bearbeiten*** Sie die gewünschten Cloud-Dienste und klicken Sie dann auf ***Generate Azure template***.
4. Gehen Sie anschließend im Azure-Portal zu ***Create a resource*** – ***Template deployment (deploy using custom templates)***. Klicken Sie auf ***Build your own template in the editor***.
5. Fügen Sie die in Schritt 2 generierte Azure-Vorlage ein.
6. Füllen Sie die erforderlichen Informationsfelder aus — einschließlich des in Schritt 1 generierten Docker-Zugriffstokens. Klicken Sie auf ***Deploy***.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/de/pam-with-devolutions-cloud/deploy-cloud-services-docker-images.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
