Monthly Archive: September 2014

Sep 28

Go executables are statically linked, except when they are not.

Generally GO executables are advertised as statically linked.

And they are, mostly, except for those times where they aren’t.

This is about one of those times, and what I discovered in the process.

Sep 16

Docker Volumes Quirk

When specifying volume paths in a Docker run command, extra slashes can cause things not to work properly.