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

what is LCOW? Storage Driver: windowsfilter (windows) lcow (linux) ? Maybe It is a new thing? #1248

Closed
khs1994 opened this issue Oct 25, 2017 · 9 comments

Comments

@khs1994
Copy link

khs1994 commented Oct 25, 2017

Expected behavior

Actual behavior

Information

  • Diagnostic ID from "Diagnose & Feedback" in the menu.
  • a reproducible case if this is a bug, Dockerfiles FTW
  • page URL if this is a docs issue or the name of a man page
  • host distribution and version (Windows version, build number, etc)

Steps to reproduce the behavior

  1. ...
  2. ...
@friism friism closed this as completed Oct 25, 2017
@khs1994
Copy link
Author

khs1994 commented Oct 25, 2017

Thanks

@ericblade
Copy link

... can someone explain t he difference between "lcow" and how it operates prior to "lcow"?

@ericblade
Copy link

ericblade commented Nov 3, 2017

None of these documents explains how that is any different from how it works currently, technologically, or practically.

@friism
Copy link

friism commented Nov 3, 2017

@ericblade When running Linux containers with Docker for Windows and not using LCOW, all the Linux containers run in a unitary VM configured by Docker for Windows. Docker daemon run in this VM, on Linux.

Using LCOW, each container runs in its own minimal hypervisor (VM) managed by Docker and Windows. The Docker daemon runs only on Windows.

@ericblade
Copy link

... so, overall, that should probably use more, if not significantly more, resources than the current version, it sounds like, and it wouldn't surprise me if it caused significantly worse networking issues than the Windows version already suffers from :( was hoping for an improvement :-)

@rlpowell
Copy link

The normal setup is that all docker stuff runs in a Linux VM; this is bad because you have to allocate RAM for that VM and the whole thing is taken up no matter what you're doing.

What LCOW should do is allow docker to only use the resources it's actually using, which would mean much less resource usage normally. However, see #1357

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jun 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants