Docker vs Docker swarm, which should you use?

Опубликовано: 22 Апрель 2026
на канале: linkarzu
4,273
83

I'll show you what the benefits of using docker swarm are with practical real life examples

If you find this video helpful and want to share a tip
https://ko-fi.com/linkarzu

Follow me on twitter
https://x.com/link_arzu

Hypervisor, VMs, services and networking I'm using in my homelab in 2024
   • Hypervisor, VMs, services and networking I...  

Install Windows 11 over the network with netboot.xyz, automated install with unattend.xml
   • Install Windows 11 over the network with n...  

Install docker with a single command using the convenience script
   • Install docker with a single command using...  

My complete Neovim markdown setup and workflow in 2024
   • My complete Neovim markdown setup and work...  

Link to the quorum section in the documentation
https://docs.docker.com/engine/swarm/...

0:00 - containers I am running
0:34 - container name differences
1:06 - what is docker
2:04 - what is docker swarm
2:50 - shutting down a docker swarm node
3:55 - powering docker swarm node back up
4:21 - rebalance containers
5:51 - list nodes in the cluster
6:16 - maintain quorum of managers
6:50 - so why should I use swarm then
7:12 - should you use swarm in production
7:28 - start small with a single server
7:53 - what do you personally use and why