swarmkit icon indicating copy to clipboard operation
swarmkit copied to clipboard

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

Results 158 swarmkit issues
Sort by recently updated
recently updated
newest added

Previously, the controlapi volume update function did not compare things with DeepEquals, leading to the bugs. Instead, we now use DeepEquals for comparisons, ensuring that we correctly identify equivalent specs...

In: https://github.com/moby/moby/commit/90de570cfa5f6de0b02bdf2e794627fbf5b0dfc8#diff-03c9c5106ca2725bfd9ca8d4d9e46a9f988aa9c28d086f4477c87d05ea72967c moby/moby implemented StopOptions to ContainerRestart and ContainerStop. This has not been reflected in Swarmkit amd now I'm having trouble to build swarmkit against the Moby beta. Would it...

Hi,Does docker swarm keep developing? How can I look up the docker swarm roadmap? Thank you!

> Meaning you would be open to it? Yes. Take a look at how the `type=local` cache import is implemented. It also loads OCI layout from client disk so the...

This is asimple patch to update cloudfare/cfssl to a versioned release. It simply moves BasicKeyRequest to KeyRequest and update the vendor directory. It was tested with go test. Fix #3076...

Would it be possible to bump cloudfare/cfssl to a released version in the next version released? The breaking changes are minor. Thanks.

In the Swarm cluster, I can only create a container with the concept of replica, which is called service, or use docker run to start a local container. I want...

The module path for swarmd is not valid for the location of the swarmd module within the swarmkit repo. The go command resolves package paths to the swarmkit/v2 module and...

hello! I am using docker swarm, when I was using docker container I did docker run --network="host" and messages from my host machine (virtual bus can messages) where able to...