Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker CE update causes proxy service failure #820

Closed
AMDAndy opened this issue Mar 26, 2018 · 2 comments
Closed

Docker CE update causes proxy service failure #820

AMDAndy opened this issue Mar 26, 2018 · 2 comments

Comments

@AMDAndy
Copy link

AMDAndy commented Mar 26, 2018

docker/for-win#1829

This issue affects Lando as well.

My .lando.yml file below:
name: amd
recipe: drupal8
config:
webroot: docroot
tooling:
blt:
service: appserver
cmd: /usr/bin/blt
npm:
service: node-cli
node:
service: node-cli
gulp:
service: node-cli
services:
node-cli:
type: node:6.10
build:
- "cd $LANDO_MOUNT/docroot/themes/custom/amd && npm install && npm install gulp -g"
globals:
gulp-cli: "latest"

Running Lando start results in the following:
ERROR: for landoproxyhyperion5000gandalfedition_proxy_1 Cannot create container for service proxy: b'Mount denied:\nThe source path "\\var\\run\\docker.sock:/var/run/docker.sock"\nis not a valid Windows path'

Uninstalling Docker and installing 17.12.0-ce-win47 (15139) fixed the problem for us.

@AMDAndy
Copy link
Author

AMDAndy commented Mar 26, 2018

Additional information captured from Slack: beta 37 ships with Docker 47. This tragedy befell us because we updated when Docker told us to. Reinstalling and ignoring Docker updates would likely also have worked.

@pirog pirog closed this as completed Mar 26, 2018
@pirog
Copy link
Member

pirog commented Mar 27, 2018

see #823

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants