Sin Descripción 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.
Other Docker options: