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

Improve course onboarding #100

Merged
merged 15 commits into from
May 25, 2022
Prev Previous commit
Next Next commit
linting
  • Loading branch information
BretFisher committed Mar 23, 2022
commit db9475abd529b8ffd4ac2d48d3bc1bfca03abe0e
2 changes: 1 addition & 1 deletion intro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

1. [What is Docker?](what-is-docker/README.md)
2. [Play with Docker](play-with-docker/README.md)
3. [Why does Docker exist?](why-docker/README.md)
3. [Why does Docker exist?](why-docker/README.md)
2 changes: 1 addition & 1 deletion intro/play-with-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Play with Docker

> A quick way to start a container before we get into the details.
> A quick way to start a container before we get into the details.
4 changes: 2 additions & 2 deletions intro/what-is-docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ so for now, let’s briefly give you the basics, starting with the container ima

Now we’re gonna get into way more detail on those three things throughout this course.

Now that you know a bit about those three Docker innovations, you should understand *why* docker needed to exist, and what problems it solves.
Now that you know a bit about those three Docker innovations, you should understand *why* docker needed to exist, and what problems it solves.

That’s next!

Further reading:

- [A Brief History of Containers: From the 1970s till now](https://blog.aquasec.com/a-brief-history-of-containers-from-1970s-chroot-to-docker-2016)
- [A Brief History of Containers: From the 1970s till now](https://blog.aquasec.com/a-brief-history-of-containers-from-1970s-chroot-to-docker-2016)
1 change: 0 additions & 1 deletion intro/why-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# Why does Docker exist?