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
Reduce the motivational content, and especially the duplication between sections. I had the feeling that everyone was motivated enough, and we needed more time for details and hands-on.
Explain the difference between virtualization and emulation, and explain the compatibility between architectures, since this is now more relevant than in the "almost everyone runs x86" years. This raised a lot of discussion this year. We could also show a concrete demo with QEMU.
Discuss KVM as an alternative to VirtualBox (potentially have a demo available)
Discuss concrete steps for minimizing the size of the published images (e.g., by running apt clean after apt update && apt install).
Put more emphasis on Singularity. I had the impression that students generally knew about Docker, while Singularity is quite neat.
Talk about Podman equally as much as Docker (or even default to Podman, in the same way as we default to Apptainer for talking about Singularity).
Discuss integration of Docker with VSCode and other tools (I quickly showed this at the end of the exercise).
Add a comparison table between solutions.
For the exercise, find, test, and suggest concrete solutions for Apple Silicon. This year, we had five students affected by this. What worked in the end was VMWare Fusion with Ubuntu images build for ARM. This worked with Vagrant as well (but I am not sure if the suggested bento/ubuntu-24.04 box worked in the end).
I also found it useful to have an overview of commands on the blackboard:
Some notes from my impression from this year:
apt clean
afterapt update && apt install
).bento/ubuntu-24.04
box worked in the end).I also found it useful to have an overview of commands on the blackboard:
Any feedback by students is welcome here as well.
The text was updated successfully, but these errors were encountered: