During install hook after make there is an issue with make build.
The following is from the logs
unit-iron-functions-0: 19:57:28 INFO unit.iron-functions/0.install go build -o functions
unit-iron-functions-0: 19:57:37 INFO unit.iron-functions/0.install time="2017-03-19T19:57:37Z" level=fatal msg="couldn't connect to docker daemon" error="Get http://unix.sock/_ping: dial unix /var/run/docker.sock: connect: no such file or directory"
This needs to be solved before the install step is complete
During install hook after
make
there is an issue withmake build
. The following is from the logsThis needs to be solved before the install step is complete