Errors on deploying quantrocket: Mount denied:\nThe source path “\\var\\run\\docker.sock:/var/run/docker.sock”\nis not a valid Windows path

hi
i trying to deploy quantrocket with:
docker-compose -p quantrocket up -d
and i get the following errors:
any help would be appreciated
thanks
darryl

Digest: sha256:f73764914aa442682771d732055b1cbd9a69f114b6a948a0b7c21ce45d099761
Status: Downloaded newer image for quantrocket/master:1.2.0
Pulling zipline (quantrocket/zipline:1.1.1.11)...
1.1.1.11: Pulling from quantrocket/zipline
8ad8b3f87b37: Already exists
912c04023a56: Already exists
df53318d09d7: Already exists
91448d3b81f4: Already exists
741bc0cab817: Pull complete
45429a67b88a: Pull complete
827f815c751c: Pull complete
a931880ff9cc: Pull complete
a892de3d86e0: Pull complete
ce872468eb61: Pull complete
c71b9194c4b7: Pull complete
88cbd1f622e6: Pull complete
86963a99fe52: Pull complete
697ba35f587f: Pull complete
0a17dc6970f3: Pull complete
0c34834c3347: Pull complete
2615ed70e953: Pull complete
3bf0a9da9e60: Pull complete
8faa7345e7f7: Pull complete
Digest: sha256:198c1e41bf0c9b9e6dfb374ba18b098d57a836c1295db1932da39da6ce85a29c
Status: Downloaded newer image for quantrocket/zipline:1.1.1.11
Recreating quantrocket_codeload_1 ... error
Recreating quantrocket_houston_1 ...
Recreating quantrocket_flightlog_1 ...
Recreating quantrocket_logspout_1 ...
Recreating quantrocket_license-service_1 ...
Recreating quantrocket_houston_1 ... error

ERROR: for quantrocket_codeload_1 b'no such image: sha256:7f211959a3355ddd1341d3aa5b9f8c4a2fa7779e43dd9bd2ce9898e4e5fa0335: No such image: sha256:7f211959a3355ddd1341d3aa5b9f8c4a2fa7779e43dd9bd2ce9898e4e5fa0335'

ERROR: for quantrocket_logspout_1 b'no such image: sha256:d98ddf557db26f70c48267c44b4c3a6c215f59e35bf1ba46d1a2631d58e34fa1: No such image: sha256:d98ddf557db26f70c48267c44b4c3a6c215f59e35bf1ba46d1a2631d58e34fa1'

Recreating quantrocket_db_1 ... error
Recreating quantrocket_flightlog_1 ... error
ERROR: for quantrocket_db_1 b'no such image: sha256:c918bb76001692a22149857a4917a88d6e46bc3243f028216fcbd6de4b582f3a: No such image: sha256:c918bb76001692a22149857a4917a88d6e46bc3243f028216fcbd6de4b582f3a'

ERROR: for quantrocket_license-service_1 b'no such image: sha256:d597f8a473b4bf6135bc544f22a69525b3401a428b9d5ffddfe8697ab5f1833f: No such image: sha256:d597f8a473b4bf6135bc544f22a69525b3401a428b9d5ffddfe8697ab5f1833f'

ERROR: for quantrocket_flightlog_1 b'no such image: sha256:85c571393b408a7132548d0b52cb696314e1fd49ba9a2eb5a3797543c3ca5875: No such image: sha256:85c571393b408a7132548d0b52cb696314e1fd49ba9a2eb5a3797543c3ca5875'

ERROR: for codeload b'no such image: sha256:7f211959a3355ddd1341d3aa5b9f8c4a2fa7779e43dd9bd2ce9898e4e5fa0335: No such image: sha256:7f211959a3355ddd1341d3aa5b9f8c4a2fa7779e43dd9bd2ce9898e4e5fa0335'

ERROR: for logspout b'no such image: sha256:d98ddf557db26f70c48267c44b4c3a6c215f59e35bf1ba46d1a2631d58e34fa1: No such image: sha256:d98ddf557db26f70c48267c44b4c3a6c215f59e35bf1ba46d1a2631d58e34fa1'

ERROR: for houston b'no such image: sha256:992cddb8ab464a41a39d752958633bdb26e025615e26d46b36731733ff135463: No such image: sha256:992cddb8ab464a41a39d752958633bdb26e025615e26d46b36731733ff135463'

ERROR: for db b'no such image: sha256:c918bb76001692a22149857a4917a88d6e46bc3243f028216fcbd6de4b582f3a: No such image: sha256:c918bb76001692a22149857a4917a88d6e46bc3243f028216fcbd6de4b582f3a'

ERROR: for license-service b'no such image: sha256:d597f8a473b4bf6135bc544f22a69525b3401a428b9d5ffddfe8697ab5f1833f: No such image: sha256:d597f8a473b4bf6135bc544f22a69525b3401a428b9d5ffddfe8697ab5f1833f'

ERROR: for flightlog b'no such image: sha256:85c571393b408a7132548d0b52cb696314e1fd49ba9a2eb5a3797543c3ca5875: No such image: sha256:85c571393b408a7132548d0b52cb696314e1fd49ba9a2eb5a3797543c3ca5875'
ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

Continue with the new image? [yN]

hi
additionally i get these errors after
continue with the new image? [yN] and typing y
i have also included the docker-compose.yml file
thanksDarryl

----errors-------------------------------------------------------------------------
WARNING: Found orphan containers (quantrocket_countdown-us_1) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Recreating c7a3a7cf698b_quantrocket_codeload_1 ...
Recreating 428eef70d144_quantrocket_houston_1 ...
Recreating c7a3a7cf698b_quantrocket_codeload_1 ... done
Recreating 428eef70d144_quantrocket_houston_1 ... done
Recreating bc4b355dc7d8_quantrocket_flightlog_1 ... done
Recreating 85c4d8f6d543_quantrocket_db_1 ... done

Recreating 8774ec42fd91_quantrocket_license-service_1 ... done
Creating quantrocket_blotter_1 ... done
Recreating quantrocket_account_1 ... done
Recreating quantrocket_fundamental_1 ... done
Recreating quantrocket_history_1 ... done
Recreating quantrocket_moonshot_1 ... done
Recreating quantrocket_jupyter_1 ... done
Recreating quantrocket_master_1 ... done
Recreating quantrocket_zipline_1 ... done
Recreating quantrocket_launchpad_1 ... done
Recreating quantrocket_ibg1_1 ... done

ERROR: for logspout Cannot create container for service logspout: b'Mount denied:\nThe source path "\\var\\run\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'
ERROR: Encountered errors while bringing up the project.

-------docker-compose.yml---------------------------
version: '2'
volumes:
db:
codeload:
flightlog:
launchpad:
zipline:
services:
license-service:
image: 'quantrocket/license-service:1.2.0'
environment:
LICENSE_KEY: '${QUANTROCKET_LICENSE_KEY}'
restart: always
houston:
image: 'quantrocket/houston:1.2.0'
ports:
- '1969:80'
restart: always
launchpad:
image: 'quantrocket/launchpad:1.2.0'
volumes:
- 'launchpad:/etc/opt/quantrocket'
volumes_from:
- codeload
restart: always
ibg1:
image: 'quantrocket/ibg:972.0'
environment:
TWSUSERID: '${IBG1_USERNAME}'
TWSPASSWORD: '${IBG1_PASSWORD}'
TRADING_MODE: live
INI_SETTINGS: '--ExistingSessionDetectedAction=primary'
API_SETTINGS: '--readOnlyApi=false --masterClientID=6000 --exposeEntireTradingSchedule=true'
volumes_from:
- launchpad
restart: always
codeload:
image: 'quantrocket/codeload:1.2.0'
environment:
GIT_URL: 'GitHub - quantrocket-llc/codeload-demo: Demo configuration files and strategy code for QuantRocket'
GIT_BRANCH: master
volumes:
- 'codeload:/codeload'
logspout:
image: 'gliderlabs/logspout:latest'
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
command: 'syslog+udp://flightlog:9021,syslog://logs5.papertrailapp.com:47405?filter.name=houston'
restart: always
flightlog:
image: 'quantrocket/flightlog:1.2.0'
volumes:
- 'flightlog:/var/log/flightlog'
restart: always
db:
image: 'quantrocket/db:1.2.0'
volumes:
- 'db:/var/lib/quantrocket'
restart: always
fundamental:
image: 'quantrocket/fundamental:1.2.0'
volumes_from:
- db
restart: always
jupyter:
image: 'quantrocket/jupyter:4.4.0.10'
volumes_from:
- codeload
restart: always
blotter:
image: 'quantrocket/blotter:1.2.0'
volumes_from:
- db
restart: always
history:
image: 'quantrocket/history:1.2.1'
volumes_from:
- codeload
- db
restart: always
account:
image: 'quantrocket/account:1.2.0'
volumes_from:
- db
restart: always
moonshot:
image: 'quantrocket/moonshot:1.2.0'
volumes_from:
- codeload
restart: always
master:
image: 'quantrocket/master:1.2.0'
volumes_from:
- codeload
- db
restart: always
zipline:
image: 'quantrocket/zipline:1.1.1.11'
volumes_from:
- codeload
volumes:
- 'zipline:/root/.zipline/data'
restart: always

i have fixed the problems:
first: the errors on recreating images was because i had some dangling images which when i removed them and redeployed fix the problem
second: this left me with the error:
ERROR: for logspout Cannot create container for service logspout: b’Mount denied:\nThe source path “\var\run\docker.sock:/var/run/docker.sock”\nis not a valid Windows path’
ERROR: Encountered errors while bringing up the project.
which according to:

is fixed by setting the environment variable
$Env:COMPOSE_CONVERT_WINDOWS_PATHS=1
which seems to be an issue with docker version 18.03.1
darryl

Thanks for sharing the fix.