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
Copy file name to clipboardExpand all lines: 02_virtualization_and_containers/virtualmachines_containers_exercise.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Deadline: **Wednesday, November 5, 2025, 9:00**
6
6
7
7
## Prerequisites
8
8
9
-
- Some available space on your hard drive or a USB drive (about 10 GB should be enough).
9
+
- Some available space on your hard drive or a USB drive (about 10 GB should be enough, probably much less).
10
10
- If you have a machine without Linux and or without root rights, a virtual box session with Linux installed is also fine.
11
11
12
12
### Preparatory tasks
@@ -30,6 +30,8 @@ You will also need installation images for your CPU architecture.
30
30
Look for the latest version of the respective distribution and `aarch64` or `ARM 64-bit`.
31
31
If you have an Intel or AMD CPU, look for the `x86-64` architecture images.
32
32
33
+
**Important**: Whenever `USERNAME` is mentioned in a code block or similar, you have to replace this with your GitLab username.
34
+
33
35
#### VirtualBox and Vagrant
34
36
35
37
- Install [VirtualBox](https://www.virtualbox.org/) and [Vagrant](https://www.vagrantup.com/).
@@ -66,11 +68,6 @@ If you are looking for Ubuntu instead of Alpine, one example of an Ubuntu box wo
66
68
This message shows that your installation appears to be working correctly
67
69
```
68
70
69
-
## Before You Start
70
-
71
-
- **Important**: Whenever `USERNAME` is mentioned in a code block or similar, you have to replace this with your GitLab username.
72
-
- If you run into problems, check out the "Further Information" sections at the bottom of the tasks. These sections contain information about common pitfalls and link to the documentation of the used tools.
73
-
74
71
## Virtual Machines Using VirtualBox
75
72
76
73
We will install the very minimal Alpine Linux distribution, which will be enough to demonstrate the concept, without requiring much storage.
0 commit comments