phughk / iron-functions-juju-charm

A juju charm to run iron-functions.
MIT License
1 stars 0 forks source link

Docker error when building functions #7

Open phughk opened 7 years ago

phughk commented 7 years ago

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