# The Definitive Guide to Docker Swarm ![rw-book-cover](https://gabrieltanner.org/blog/the-definitive-guide-to-docker-swarm.png) ## Metadata - Author: [[Gabriel Tanner]] - Full Title: The Definitive Guide to Docker Swarm - Category: #articles - URL: https://gabrieltanner.org/blog/docker-swarm/ - Archive: https://web-archive.alecodes.page/bookmarks?bf=1&search=&title=The%20Definitive%20Guide%20to%20Docker%20Swarm > [!tldr] > This text is a guide to Docker Swarm, a tool to scale and manage Docker projects easily. Docker Swarm helps in load balancing, cluster management, and service deployment within a cluster of Docker hosts. It provides features like replicated and global services, scaling, and rolling updates for efficient container management. ## Highlights After the registry is running we can continue with pushing the local image to the registry using the **push** command. docker-compose push [View Highlight](https://read.readwise.io/read/01j5js3hxamp3s08ebhf5ka502)) > [!note] > Se puede subir una imagen desde un compose.yml file