osl-incubator / sugar

Simplify the usage of containers
https://osl-incubator.github.io/sugar/
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

add support for docker swarm #124

Open xmnlab opened 2 weeks ago

xmnlab commented 2 weeks ago

from chatgpt:

Docker Swarm does not have direct one-to-one equivalents for all Docker Compose commands. Below is a comparison of Docker Compose commands and their counterparts (or lack thereof) in Docker Swarm:

1. Commands with Direct Correspondents:

2. Commands without Direct Correspondents:

Summary:

Docker Swarm commands are more service-oriented and focus on managing services and stacks in a production-like environment. Docker Compose commands, on the other hand, are more suited for local development and testing scenarios where you have direct access and control over individual containers.