Skip to content

Commit 08fcf73

Browse files
authored
Merge pull request #219 from Enforcer/feedback-chapter_09_docker.asciidoc
Review of chapter_09_docker.asciidoc
2 parents 3f4d3d7 + 9800e0b commit 08fcf73

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
@@ -162,6 +162,12 @@ it will be using virtualization.
162162
And, actually, you can use virtualization on your own machine,
163163
with software like Virtualbox or KVM.
164164

165+
// SEBASTIAN: I'd consider giving a simple example, like:
166+
// "Running virtualized Linux alongside Windows on your MacBook with MacOS? No problem!"
167+
// Not sure how familiar new kids on the block are with virtualization, TBH.
168+
// From the tone of paragraphs I have a feeling that readers' familiarity is assumed.
169+
// While explanation of virtualization is great, I feel we lack relatable example.
170+
165171
But that can be fiddly to set up!
166172
And nowadays, thanks to containerization, we can do better
167173
because containerization is a kind of even-more-virtual virtualization.
@@ -235,6 +241,7 @@ How will containerizing our software help with the danger areas?
235241

236242
// TODO: consider getting rid of the staging server??
237243
// CSANAD: I would keep the staging server.
244+
// SEBASTIAN: I second that.
238245

239246
////
240247

0 commit comments

Comments
 (0)