Running a tool that was hitting Google Storage from within Docker, I kept getting the following error: "x509: certificate signed by unknown authority".
I reviewed several articles that suggested installing ca-certificates would solve this problem for me, but doing so within my docker build had no effect.
How can I access Google Storage from within Docker?