Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Podman with Docker #9

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions prerequisites-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ include::https://raw.githubusercontent.com/redhat-developer-demos/rhd-tutorial-c
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.

NOTE: You may install Docker instead of Podman. Podman is preferred because there is no license requirement.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I will put in the note, that if you have docker then it's fine and nothing to be done, but if you have any license problems or not docker installed, then use podman

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, maybe I will add a warning saying in the tutorials we are using the docker command, if you use podman just replace docker with podman and done as podman is fully compatible with docker arguments


[cols="4*^,4*.",options="header,+attributes"]
|===
|**Tool**|**macOS**|**Fedora**|**windows**
Expand All @@ -12,10 +14,10 @@ Please have them installed and configured before you get started with any of the
| https://git-scm.com/download/linux[Download]
| https://git-scm.com/download/win[Download]

| `Docker`
| https://docs.docker.com/docker-for-mac/install[Docker for Mac]
| `dnf install docker`
| https://docs.docker.com/docker-for-windows/install[Docker for Windows]
| `Podman`
| https://podman-desktop.io/docs/Installation/macos-install[Podman for Mac]
| https://podman-desktop.io/docs/Installation/linux-install[Podman for Linux]
| https://podman-desktop.io/docs/Installation/windows-install[Podman for Windows]

| `VirtualBox`
| https://download.virtualbox.org/virtualbox/6.1.6/VirtualBox-6.1.6-137129-OSX.dmg[Download]
Expand Down