personal-page/_master_wiki/void/Readwise/The Definitive Guide to Docker Swarm.md

1 KiB

The Definitive Guide to Docker Swarm

rw-book-cover

Metadata

[!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