Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samumantha authored Mar 17, 2024
1 parent 7f79d7a commit 7fe1862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Imagine if you didn't have to install things yourself, but instead you could
get a computer with the exact software for a task pre-installed? Containers
effectively do that, with various advantages and disadvantages. They are
**like an entire operating system with software installed, all in one file**,
**like an entire operating system with software installed, all in one file**.

```{figure} img/docker_meme.jpg
:alt: He said, then we will ship your machine. And that's how Docker was born.
Expand Down Expand Up @@ -283,4 +283,4 @@ the Docker containers through Singularity/Apptainer.
```{keypoints}
- Containers can be helpful if complex setups are needed to running a specific software
- They can also be helpful for prototyping without "messing up" your own computing environment, or for running software that requires a different operating system than your own
```
```

0 comments on commit 7fe1862

Please sign in to comment.