-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Markdown formatting issues in Docker module
- Loading branch information
Showing
4 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
> *(Written by Thomas Parmentier, <https://github.com/ThomasParmentier/>, with contributions by: Bert Van Vreckem <https://github.com/bertvv>)* | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
**Docker** is by far the most popular containerization platform (even the most popular all-round development tool in general according to [Stack Overflow](https://survey.stackoverflow.co/2023/#most-popular-technologies-tools-tech)). Its main goal is to provide a fast and consistent way to build and deploy applications. | ||
|
||
This chapter gives a short overview of the history behind Docker and showcases a couple of use cases with the corresponding `docker` commands. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## practice: Docker | ||
|
||
- To get started with Docker: [Introduction to Docker](https://docs.docker.com/get-started/introduction/) | ||
- To get acquinted with the basic concepts: [What's Next](https://docs.docker.com/get-started/introduction/whats-next/) | ||
- To get acquinted with the basic concepts: [What's Next](https://docs.docker.com/get-started/introduction/whats-next/) | ||
|