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: documentation/modules/setup/pages/setup.adoc
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,9 +29,11 @@ endif::[]
29
29
30
30
The following CLI tools are required for running the exercises in this tutorial. Please have them installed and configured before you get started with any of the tutorial chapters.
31
31
32
+
TIP: You can also use https://podman-desktop.io/[Podman] instead of Docker. The advantage of Podman is that it is 100% Free Open Source and does not need to run with elevated privileges. Just use 'podman' instead of 'docker' throughout the tutorial's instructions, or `alias docker=podman`.
33
+
32
34
[cols="4*^,4*.",options="header,+attributes"]
33
35
|===
34
-
|**Tool**|**macOS**|**Fedora**|**windows**
36
+
|**Tool**|**macOS**|**Linux**|**windows**
35
37
36
38
| Git
37
39
| https://git-scm.com/download/mac[Download]
@@ -40,7 +42,7 @@ The following CLI tools are required for running the exercises in this tutorial.
40
42
41
43
| `Docker`
42
44
| https://docs.docker.com/docker-for-mac/install[Docker for Mac]
43
-
| `dnf install docker`
45
+
| https://docs.docker.com/desktop/install/linux-install/[Docker for Linux]
44
46
| https://docs.docker.com/docker-for-windows/install[Docker for Windows]
45
47
46
48
| `kubectl {kubernetes-version}`
@@ -50,17 +52,17 @@ The following CLI tools are required for running the exercises in this tutorial.
0 commit comments