You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/12/en/part12a.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Docker version 20.10.5, build 55c4c88
97
97
98
98
### Containers and images
99
99
100
-
There are two core concepts in this part: <i>container</i> and <i>image</i>. There are easy to confuse with one another.
100
+
There are two core concepts in this part: <i>container</i> and <i>image</i>. They are easy to confuse with one another.
101
101
102
102
A <i>container</i> is a runtime instance of an <i>image</i>.
103
103
@@ -254,7 +254,7 @@ hopeful_clarke
254
254
255
255
The start command will start the same container we had previously. Unfortunately, we forgot to start it with the flag _--interactive_ (that can also be written _-i_) so we can not interact with it.
256
256
257
-
The container is actually up and running as the command _container ls -a_ shows, but we just can not communicate it:
257
+
The container is actually up and running as the command _container ls -a_ shows, but we just can not communicate with it:
0 commit comments