chore: add files from master-wiki repo
This commit is contained in:
parent
f99a9ae2ac
commit
1847f6bf28
315 changed files with 1047341 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
# 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](https://read.readwise.io/read/01j5js3hxamp3s08ebhf5ka502))
|
||||
> [!note]
|
||||
> Se puede subir una imagen desde un compose.yml file
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue