Skip to content

Running in dev mode

Docker under the hood

Upon clicking the Run button, Talisman springs into action by creating a container. This pod uses the talisman-devmode image and is named after your $PROJECT_ID. This unique container houses your integration during the development phase, providing an agile environment for execution.

After the pod creation, Talisman proceeds to send the project files to be executed by camel-jbang. This step is crucial as it compiles and runs your integration code within the newly created container, leveraging the power and flexibility of Apache Camel integrations.

Image title

container name: $PROJECT_ID
image: talismancloud/talisman-devmode:tag

ports exposed: according to `docker-compose.yaml` in the project folder