Flavio Crisciani
Flavio Crisciani
Considering that now the `sb.delete(true)` is always called with true, can we just remove the force flag? The important thing to do while cleaning up is to be sure that...
conceptually the solution is the same, my understanding is that for nvidia GPU nvcc is the dependency, for AMD instead is hipcc. If you properly install on your machine all...
@jinuxstyle @RootTJNII do you guys have any update on this?
@kcrawley actually this is still pretty experimental and I think I will do other changes before having this one ready. This won't make more scalable ingress because there the bottleneck...
@eyz just a clarification, what do you mean with the existing copy not being deleted on daemon shutdown? I guess the state is persisted in the local store.
So generally speaking I would prefer an approach similar to bridge driver, where simplistically there, if the bridge ifc is already created, will just simply use it. Here the same...
some way related to https://github.com/docker/libnetwork/issues/1888
@thaJeztah host, none, bridge are all only local networks, overlay is only swarm scope and macvlan can be both, but in the case of swarm scope a config is going...
@saiwl is this a case with `live-restore` enabled?
@saiwl the problem that you describe makes sense to me. I actually created this PR https://github.com/docker/libnetwork/pull/1805 with the objective to simplify a bit the logic there in the sandboxCleanup. As...