Skip to content

Commit

Permalink
Typofix (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai committed Jan 4, 2024
1 parent ccba815 commit 5a1d458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/docs/1.getting-started/1.how-spin-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Spin accesses and utilizes other open source projects to simplify your developme
- [serversideup/docker-ssh](https://github.com/serversideup/docker-ssh) - A lightweight docker image that runs SSH. This is a fantastic method on using a secure SSH tunnel into your database cluster.

## Why not just use these technologies directly?
Spin is designed to reduce the learning curve for delivering containerized applications with Docker. This is where be believe the 99% of people are. If you're looking to start a new project and deliver it quickly without breaking the bank, Spin is for you. Everything is designed to have your application disposable, repeatable, and scalable.
Spin is designed to reduce the learning curve for delivering containerized applications with Docker. This is where we believe the 99% of people are. If you're looking to start a new project and deliver it quickly without breaking the bank, Spin is for you. Everything is designed to have your application disposable, repeatable, and scalable.

For some advanced users that are running massive server farms, you might want to stick to your existing tooling. Spin is focused on launching apps from the ground up with the ability to scale. In large clusters, you might need to write your own tooling to match your existing use case.

Expand Down Expand Up @@ -122,4 +122,4 @@ One other thing that we spent a lot of time on is writing everything so Spin is

You'll notice Spin is written in vanilla Bash. Yup... you read that correctly. Many people think we're crazy for doing this and they've suggested "X", "Y", and "Z" would have been a better programming language, but the biggest reason why we did this was so we could deliver an experience with **no additional development dependency**.

We intentionally chose to support Bash V3 so MacOS users can just download it and run it. There's no need for the user to figure out how to install Ruby, upgrade Bash, etc. It just works out of the box.
We intentionally chose to support Bash V3 so MacOS users can just download it and run it. There's no need for the user to figure out how to install Ruby, upgrade Bash, etc. It just works out of the box.

0 comments on commit 5a1d458

Please sign in to comment.