Skip to content

Commit ed097b6

Browse files
authored
Update chapter_01.md
centre other diagrams
1 parent 5b6e496 commit ed097b6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/chapters/chapter_01.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ The downside to this is that you need to choose the tool appropriate/best suited
145145
## What is a virtual machine?
146146

147147
Stated simply a virtual machine (VM) is software that emulates the hardware and software of a computer and runs this emulation on your (host) computer. A layer, called the hypervisor, has the role of running the VM and transferring data in and out of it.
148-
148+
<center>
149149
![hypervisor host os of a virtual machine diagram](./../assets/images/virtual.jpg){: style="width:6.2in;height:6.2in"}.
150+
</center>
150151

151152
* Examples of software to host VMs: [Microsoft Hyper-V](https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/about/), [Virtualbox (Mac OS, Windows & Linux)](https://www.virtualbox.org) [UTM (recommended for Apple Silicon e.g. M2 Macs)](https://github.com/utmapp/UTM).
152153

@@ -190,9 +191,9 @@ A software container is defined by a manifest or recipe file that lists all of t
190191
* Can be executed on Windows, MacOS & Linux
191192
* Standardised recipe for building and loading/running a container for all supported platforms
192193
* Multiple containers can be run on a host operating system
193-
194+
<center>
194195
![container elements diagram](./../assets/images/container.jpg){: style="width:9.2in;height:5.0in"}.
195-
196+
</center>
196197
<center>___A Summary of the Pros & Cons of using Software Containers___</center>
197198

198199
| Pros | Cons |

0 commit comments

Comments
 (0)