Code Monkey home page Code Monkey logo

Comments (2)

StefanScherer avatar StefanScherer commented on May 29, 2024

No, this doesn't work. I've tried that long time ago, but I don't think it has changed.

What you could use instead is bind mount the named pipe into a Windows Container.
On a Windows Server 2022 with Windows Docker engine running you can run a container that uses the Docker engine on the Windows host:

docker run -v //./pipe/docker_engine://./pipe/docker_engine docker:24.0.7-windowsservercore-ltsc2022 docker version

from windows-containers.

t4eman avatar t4eman commented on May 29, 2024
PS C:\Program Files\docker> .\dockerd.exe
time="2023-12-30T14:02:37.629123500-08:00" level=info msg="Starting up"
time="2023-12-30T14:02:37.641269100-08:00" level=info msg="Windows default isolation mode: process"
time="2023-12-30T14:02:37.686873100-08:00" level=info msg="[graphdriver] trying configured driver: windowsfilter"
time="2023-12-30T14:02:37.703061300-08:00" level=info msg="Loading containers: start."
time="2023-12-30T14:02:37.706999700-08:00" level=info msg="Restoring existing overlay networks from HNS into docker"
failed to start daemon: Error initializing network controller: failed during hnsCallRawResponse: hnsCall failed in Win32: Class not registered (0x80040154)

As far as I can get it. I manually added all the files and such. But I assume that I would have to extract the class it’s looking for and somehow register it. Or the error is a generic error.

from windows-containers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.