Skip to content

Commit

Permalink
MARP-1838 Removing duplication in README_DE (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy authored Jan 22, 2025
1 parent 8b28aff commit 6cd5356
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions docker-connector-product/README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,3 @@ verfügen über ähnliche Befehlszeilenfunktionen, was den Übergang zwischen ih
einen Hintergrunddienst angewiesen ist, ermöglicht das daemonlose Design von Podman die direkte Verwaltung von Containern.

**Mit unserem Docker-Konnektor können Sie Docker-Container direkt aus einem Axon Ivy-Geschäftsprozess erstellen, starten, stoppen und entfernen.**

## Demo

The prerequisite for the demo process is that a Docker daemon is running on your computer. This can be achieved using tools like Docker Desktop or Podman. In the following example, we used Podman.

In the first step we show you how to create a container for the Axon Ivy engine by using the Axon Ivy engine image you find at docker hub: https://hub.docker.com/r/axonivy/axonivy-engine.

![image](images/dockerdemo1.png)

Next, the container is started - and with it an application on localhost with which an Axon Ivy Engine is started:

![image](images/dockerdemo2.png)

The container created in Podman:

![image](images/dockerdemo3.png)

An UI is now opened in the process, which gives you the option of stopping and deleting this container again by clicking "Proceed".

![image](images/dockerdemo4.png)

The container is now removed from Podman:

![image](images/dockerdemo5.png)

## Setup

To setup the Docker Connnector, add the following variable to your Axon Ivy Project:
```
@variables.yaml@
```

0 comments on commit 6cd5356

Please sign in to comment.