Skip to content

Commit cafff74

Browse files
committed
adding more pics
1 parent 44f9404 commit cafff74

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

content/concepts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ The real computer which the VM is running on is often called the 'host,' and the
3333

3434
Whereas a VM gives us virtualization all the way down to the kernel and hardware layers, a [container](https://en.wikipedia.org/wiki/OS-level_virtualization) is much more lightweight in comparison.
3535

36+
![@b0rk on containers](figures/b0rkcontainer.png)
37+
Retrieved from the ["How Containers Work" zine](https://wizardzines.com/zines/containers/) produced by the awesome [Julia Evans, aka b0rk](https://jvns.ca/)
38+
3639
Often called "OS-level virtualization," containers sit on top of the host computer's kernel and merely virtualize from the level of binaries and libraries up to the user interface.
3740

3841
### Comparing VMs and Containers

content/resources.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,14 @@ There are also [curated learning resources](https://docs.docker.com/get-started/
2424
This 30-minute [Docker for Beginners](https://training.play-with-docker.com/beginner-linux/) lab takes place entirely within the browser, and assumes no special knowledge of Docker. It's a great opportunity to test your command line skills in advance of diving deeper.
2525

2626
Once you've got Docker installed on your operating system, [this Docker Labs beginner's tutorial](https://github.com/docker/labs/blob/master/beginner/readme.md) is a great way to dive deeper into hands-on Docker mastery.
27+
28+
### Readings
29+
30+
![Cover of Julia Evans' zine on Linux containers](figures/b0rkcover.png)
31+
If you'd like to get a better overview on containers in general, check out the ["How Containers Work" zine](https://wizardzines.com/zines/containers/) produced by the awesome [Julia Evans, aka b0rk](https://jvns.ca/)
2732
<br/>
2833

29-
## Reproducible Computing
34+
## Reproducible Computing in Academia
3035

3136
### Videos
3237

0 commit comments

Comments
 (0)