Choose a Huginn Docker image
masterHuginn is available via two different Docker image strategies depending on your deployment needs:
huginn/huginn(Multiple Process Image): Runs all Huginn processes within a single container. If no external database is linked, it automatically starts an internal MySQL instance. This is ideal for quick testing and prototyping, but it is more difficult to maintain and back up.huginn/huginn-single-process(Single Process Image): Follows the one-process-per-container pattern. This requires running multiple containers (at minimum one for the application server and one for the threaded background worker). This approach is more scalable and allows you to run multiple background workers in separate containers to improve performance.