Skip to content

Commit

Permalink
Added missing image in Docker module
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasParmentier committed Nov 19, 2024
1 parent bf41017 commit ed98ad8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/docker/020_docker_about.md
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.

2 changes: 1 addition & 1 deletion modules/docker/040_docker_practice.md
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.

0 comments on commit ed98ad8

Please sign in to comment.