When trying to mount a path containing a blank character Docker returns a 255 exit status. For example:
mkdir 'hello world'
cd 'hello world'
docker run -v "$PWD":"$PWD" busybox env
Docker team is reporting that is an issue related to the LXC runtime used by Circle-CI. See here for details.
How to use the Docker native container engine instead?