Closed ServerNinja closed 5 years ago
Hey @ServerNinja this seems like a docker mount error as it says in your output:
docker: Error response from daemon: Mounts denied:
You need to allow docker to be able to read /src/github.com/hashicorp/terraform-website/
and try again.
I'm trying to run
make website
in order to view the documentation and am getting errors:Any ideas on what might be causing this? I do have Docker installed and use it quite regularly. I am not very familiar with "go" or how the website is supposed to be built. I mainly looked at the GNUmakefile and saw a "website" target so I figured that was how to build that documentation. Any help on this would be appreciated.