Typos and links fixed. Minor rephrasing work done

This commit is contained in:
rajalakshmi Vaidyanathan
2021-08-04 09:47:07 -07:00
parent f438d2e176
commit 5f1e991d7c
5 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ In this module we talk about the ins and outs of containers: the internals and u
### Prerequisites
- Basic knowledge of linux will be helpful understanding the internals of containers
- Basic knowledge of shell commands (will come handy when we're containerizing applications)
- Knowledge of running a basic web application. You can go through our [Python And Web module](https://linkedin.github.io/school-of-sre/python_web/intro/) to gain familiarity with this.
- Knowledge of running a basic web application. You can go through our [Python And Web module](https://linkedin.github.io/school-of-sre/level101/python_web/intro/) to gain familiarity with this.
## What to expect from this course