Step 7: Export the Siddhi Application as a Docker Artifact¶ Once you have completed Steps 1–6, you can optionally export the SweetFactoryApp Siddhi application as a Docker artifact for containerized deployment. To do so, follow the procedure below: Open WSO2 Integrator in the directory where your Siddhi application is located. Open the command palette by pressing Ctrl + Shift + P (or Cmd + Shift + P on macOS), and type SI: Export Siddhi Apps to Docker. Select this command. The Siddhi App selection dialog box opens as follows. Select the Siddhi application(s) you want to include and click OK. Enter the Docker image name. Select the JAR files of Siddhi extensions that you want to include in the Docker image. If you do not select any JAR files, the default Siddhi extensions are included. Select the bundles from the bundles directory that you want to include in the Docker image. Provide the export file name. Once completed, a zip will be created in the workspace directory with the following structure: . ├── Dockerfile ├── README.md └── siddhi-files ├── <SIDDHI_FILE>.siddhi ├── ... └── <SIDDHI_FILE>.siddhi