No Description http://j1x-huginn.herokuapp.com
You can play with or deploy Huginn inside of docker.
Getting Huginn up and running using docker is quick and painless once you have docker installed. The docker container is suitable for production and evaluation. Huginn uses environmental variables for configuration, so rather than having a .env file, the Docker container expects variables to be passed into the launch command.
cantino/huginncreate and wait for the container to be downloaded and bootedadmin and password passworddocker psdocker-machine lsdocker run -it -p 3000:3000 cantino/huginnadmin and password passworddocker run -it -p 3000:3000 cantino/huginnadmin and password passwordFollow the instructions on the docker hub registry on how to configure Huginn using environment variables and linking the container to an external MySQL or PostgreSQL database.
With the cantino/huginn-single-process image you can easily run each process needed for Huginn in a separate container and scale them individually when needed. Have a look at the Docker hub and the documentation for the container
Other Docker options: