Skip to content

Commit ca6d57e

Browse files
authored
Merge pull request #3177 from ArnaudValette/patch-1
fix typo in part12a.md
2 parents 9082d2b + a2189dc commit ca6d57e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Cooking metaphor:
117117

118118
[Docker](https://www.docker.com/) is the most popular containerization technology and pioneered the standards most containerization technologies use today. In practice, Docker is a set of products that help us to manage images and containers. This set of products will enable us to leverage all of the benefits of containers. For example, the Docker engine will take care of turning the immutable files called images into containers.
119119

120-
For managing the Docker containers, there is also a tool called [Docker Compose](https://docs.docker.com/compose/) that allows one to **orchestrate** (control) multiple containers at the same time. In this part we shall use Docker Compose to set up a complex local development environment. In the final version of the development environment that we set up, even installing the Node to our machine is not a requirement anymore.
120+
For managing the Docker containers, there is also a tool called [Docker Compose](https://docs.docker.com/compose/) that allows one to **orchestrate** (control) multiple containers at the same time. In this part we shall use Docker Compose to set up a complex local development environment. In the final version of the development environment that we set up, even installing Node to our machine is not a requirement anymore.
121121

122122
There are several concepts we need to go over. But we will skip those for now and learn about Docker first!
123123

0 commit comments

Comments
 (0)