Skip to content

Commit 9800e0b

Browse files
committed
Review of chapter_09_docker.asciidoc
1 parent a7b7a2a commit 9800e0b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chapter_09_docker.asciidoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ it will be using virtualization.
156156
And actually you can use virtualization on your own machine,
157157
with software like Virtualbox or KVM.
158158

159+
// SEBASTIAN: I'd consider giving a simple example, like:
160+
// "Running virtualized Linux alongside Windows on your MacBook with MacOS? No problem!"
161+
// Not sure how familiar new kids on the block are with virtualization, TBH.
162+
// From the tone of paragraphs I have a feeling that readers' familiarity is assumed.
163+
// While explanation of virtualization is great, I feel we lack relatable example.
164+
159165
But that can be fiddly to set up!
160166
And nowadays, thanks to containerization, we can do better.
161167
Because containerization is a kind of even-more-virtual virtualization.
@@ -229,6 +235,7 @@ How will containerizing our software help with the danger areas?
229235

230236
// TODO: consider getting rid of the staging server??
231237
// CSANAD: I would keep the staging server.
238+
// SEBASTIAN: I second that.
232239

233240
////
234241

0 commit comments

Comments
 (0)