Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Add note and link to Docker Swarm awesome list #142

Merged
merged 2 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ It's kept around mainly for historical reasons.

See [Docker Swarm Mode or Kubernetes](swarm-or-kubernetes.md) for more information.

If you want to see alternative resources, you could check the [awesome-swarm](https://github.com/BretFisher/awesome-swarm) list for more resources about Docker Swarm Mode. 🤓

## Why?

<a href="https://www.docker.com/" target="_blank">Docker</a> is a great tool (the "de facto" standard) to build **Linux containers**.
Expand Down
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ It's kept around mainly for historical reasons.

See [Docker Swarm Mode or Kubernetes](swarm-or-kubernetes.md) for more information.

If you want to see alternative resources, you could check the [awesome-swarm](https://github.com/BretFisher/awesome-swarm) list for more resources about Docker Swarm Mode. 🤓

## Why?

<a href="https://www.docker.com/" target="_blank">Docker</a> is a great tool (the "de facto" standard) to build **Linux containers**.
Expand Down
4 changes: 3 additions & 1 deletion docs/swarm-or-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

I was a big fan and advocate of Docker Swarm Mode.

Unfortunately, **Kubernetes simply won** all the market. 🥲
Unfortunately, it seems **Kubernetes** has the overwhelming majority of the market. 🥲

I think Docker Swarm Mode was a great product, and I didn't understand why it didn't get more adoption and kept growing.

Expand All @@ -20,6 +20,8 @@ Given that, this website is *deprecated*, and kept around mainly for historical

Sadly, I don't have a good alternative or set of guides to recommend or offer right now. You can follow me on [Twitter](https://twitter.com/tiangolo) or [LinkedIn](https://www.linkedin.com/in/tiangolo/) to see what else I discover in the future.

Meanwhile, you could check the [awesome-swarm](https://github.com/BretFisher/awesome-swarm) list for more resources about Docker Swarm Mode. 🤓

## History

Docker, Inc., the company, created Docker Swarm Mode, it was integrated in Docker, it was the competition of Kubernetes.
Expand Down