1 KiB
1 KiB
The Definitive Guide to Docker Swarm
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)
Note
Se puede subir una imagen desde un compose.yml file
