Gcloud and Docker

I wanted to run Google Cloud’s gcloud commandline tool in a Docker container and, modulo security flaws in Docker for Mac, not expose my entire home directory to it. A wrapper script got me most of the way there:

Read more →

Hugo, Google Cloud Build & Firebase

When I originally moved my blog away from Tumblr, I followed the below pages:

In short, this blog is:

  • maintained in a Github repository
  • deployed with Google Cloud Build
  • hosted in Firebase.

This got me almost all of the way there. I encountered the below traps:

  • Git submodules
  • failing to add public/[a-z]* to .gitignore and .gcloudignore

Read more →