Olli Janatuinen
Olli Janatuinen
I'm new here so this might be wrong but anyway as I happen to have ChatGPT-4 in use, I decided to try give above BSOD analysis and code from problematic...
> I removed the `import "C"` as this is supposed to be pure Go, and I can't see where it was used anyway. Good point. With that change build works...
> I like the idea of playing with the routing table in operating systems directly but I'm not sure about the needs for running GoBGP in Windows with this feature....
My PR #3139 about changing defaults to Dockerfiles didn't reached consensus so I'm sharing examples how to handle this with different container orchestration tools. These examples do show how to...
@quangkieu it looks to be described on documentation: https://docs.docker.com/build/buildkit/#getting-started `Only supported for building Linux containers`
@Iristyle if you read that doc more carefully it also says > the buildkitd daemon is only available for Linux currently. @Barsonax I'm bit worry about that we will not...
@Iristyle that is probably possible but this issue is about real Windows containers so let's try keep on topic.
@TBBle hmm. Yea here is some info about containerd support on https://docs.microsoft.com/en-us/virtualization/windowscontainers/deploy-containers/containerd so maybe it can be possible. Then someone probably can try build buildkitd.exe for Windows to see where...
I found it when after build https://github.com/ContainX/docker-volume-netshare on Windows and noticed that default value for `--basedir` looked very odd.
Ok so it on purpose like that. Updated.