I am running Jenkins in a docker container and Jenkins tries to run my maven build. As part of the build, the docker maven plugin instructs it to build a docker image.
I had a similar issue when I didn't have the docker daemon running - restart the Docker toolbox and it looks much happier now