-
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.
Added missing image in Docker module
- Loading branch information
1 parent
bf41017
commit ed98ad8
Showing
3 changed files
with
2 additions
and
2 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,4 +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 chapter gives a short overview of the history behind Docker and explains some of its basic concepts. | ||
|
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,5 +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 acquainted with the basic concepts: [What's Next](https://docs.docker.com/get-started/introduction/whats-next/) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.