Open links in new tab
  1. Is Docker Swarm really dead … : r/selfhosted - Reddit

    Oct 8, 2023 · Docker swarm mode clearly solves a problem that is in-between standalone containers, and production-grade Kubernetes, while still working almost seamlessly with standalone containers.

  2. What is the difference between docker Swarm and Swarm mode?

    Oct 14, 2016 · Docker Swarm is the concept of grouping/clustering and managing nodes and more than that a feature of Docker. Swarm mode the technical mode Docker Engine can get initialized.

  3. Swarm certificates expired, can't start swarm services : r/docker - Reddit

    Jan 5, 2022 · Here's what I'd try: stop docker engine (service docker stop, etc) back up /var/lib/docker somewhere See if you can force rotate (may need to restart docker service): docker swarm ca - …

  4. Restarting an unhealthy docker container based on healthcheck

    Nov 3, 2017 · I am using Docker version 17.09.0-ce, and I see that containers are marked as unhealthy. Is there an option to get the container restart instead of keeping the container as unhealthy?

  5. Why people are saying docker swarm is in life support when ... - Reddit

    Feb 24, 2020 · Why people are saying docker swarm is in life support when Mirantis is saying otherwise Mirantis official blog says Mirantis will continue to support and develop Docker Swarm. we’re excited …

  6. Docker Swarm: automatically update service when new image is

    Apr 21, 2023 · I've been running Docker for some years now in stand-alone mode just using docker compose and watchtower to keep my containers updated and it's been working great. Now I'm …

  7. docker swarm service logs not showing : r/docker - Reddit

    Oct 5, 2021 · Try a " docker swarm ca --rotate " on a swarm manager, to regenerate the local certificate and help to encode/decode any stream after a network problem. This help me a lot with log …

  8. Docker Swarm vs. Kubernetes : A Detailed Comparison : r/kubernetes

    Sep 12, 2022 · Deciding whether to go with Docker Swarm or Kubernetes can be tricky. To help make your choice a little easier, let's briefly explore some of comparison between Docker Swarm and …

  9. Using NVIDIA GPU with docker swarm started by docker-compose file

    Mar 31, 2021 · Hi there, I have multiple GPU machines and want to run docker swarm on them where each image uses 1 of the available Nvidia GPUs. I can't find a good solution online. I can run the …

  10. Why docker swarm is not popular as Kubernetes? : r/docker - Reddit

    Jul 30, 2021 · Swarm also had 3rd party tools that would enable you to somewhat control ingress to your Service via labels (docker-flow-proxy) but this is no longer maintained. I could go on and on but the …