This package provides a mechanism to build the Docker driver plugin as an
external binary. The binary has two entry points; the docker driver and the
docker plugin's logging child binary. An example of using this is `go build
-o </nomad/plugin/dir/docker`. When Nomad agent is then launched, the
external docker plugin will be used.