generated from redhat-scholars/courseware-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete unnecessary files and update setup instructions
- Loading branch information
1 parent
9d50d34
commit 29c059e
Showing
8 changed files
with
35 additions
and
72 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
= Podman Desktop Setup | ||
|
||
== Prerequisites | ||
|
||
While containers are linux, Podman Desktop is designed to run on macOS, Windows, and Linux thanks to the https://docs.podman.io/en/stable/markdown/podman-machine.1.html[podman-machine]. | ||
|
||
== Installing Podman Desktop | ||
|
||
Visit the official https://podman-desktop.io/downloads[Podman Desktop download page] to get the right installer for your operating system: | ||
|
||
[options="header"] | ||
|=== | ||
|**macOS**|**Windows**|**Linux** | ||
| https://podman-desktop.io/downloads/macos/[Podman Desktop for Mac, window="_blank"] | ||
| https://podman-desktop.io/downloads/windows[Podman Desktop for Windows, window="_blank"] | ||
| https://podman-desktop.io/downloads/linux[Podman Desktop for Linux, window="_blank"] | ||
|=== | ||
|
||
Run the Installer: | ||
|
||
* **macOS:** Double-click the downloaded .dmg file and follow the on-screen instructions. | ||
* **Windows:** Double-click the downloaded .exe file and follow the installer wizard. The guide will walk you through enabling WSL2 if needed. | ||
* **Linux:** Follow the flatpak instructions for your specific distribution. | ||
|
||
image::podman-desktop-overview.png[Podman Desktop Overview, 600] | ||
|
||
=== Installing Podman CLI | ||
|
||
Looking to install the Podman CLI itself? Check out the official Podman page to download the right installer: https://podman.io/[podman.io, window="_blank"] | ||
|
||
image::podman-cli.png[Podman CLI, 600] | ||
|
||
== Ready to Go! | ||
|
||
Proceed to the next section to begin your Podman Desktop journey. |