Skip to content

Commit

Permalink
Merge pull request #248 from ji-ko/patch-1
Browse files Browse the repository at this point in the history
Update section-1.md
  • Loading branch information
mluukkai authored Mar 16, 2024
2 parents 304f071 + cd248d1 commit 2855ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-1/section-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ If we go back to the cooking metaphor, as Dockerfile provides the instructions n

### Container

Containers only contain that which is required to execute an application; and you can start, stop and interact with them. They are **isolated** environments in the host machine with the ability to interact with each other and the host machine itself via defined methods (TCP/UDP).
Containers only contain what is required to execute an application; and you can start, stop and interact with them. They are **isolated** environments in the host machine with the ability to interact with each other and the host machine itself via defined methods (TCP/UDP).

List all your containers with `docker container ls`

Expand Down

0 comments on commit 2855ae5

Please sign in to comment.