Skip to content

Commit

Permalink
Merge pull request #394 from bgraef/main
Browse files Browse the repository at this point in the history
update podman desktop post
  • Loading branch information
bgraef authored Jul 22, 2024
2 parents 4245d3e + b7fdde6 commit 9e73769
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions content/posts/ol/virt/post-29/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,21 @@ showDate: true

## Details

Podman Desktop is a Graphical User Interface (GUI) for the Podman CLI, providing an easy way to interact with the Podman engine. Besides making it easy to confirm the status of the Podman engine itself, it also provides an easy way to review and interact with any containers deployed, images stored, and Podman pods and volumes that are present on the machine. On the other hand, note that it does not provide any extra functionality that is not available from the command-line.
Podman Desktop is a Graphical User Interface (GUI) for the Podman CLI, providing an easy way to interact with the Podman engine. Besides making it easy to confirm the status of the Podman engine itself, it also provides an easy way to review and interact with any containers deployed, images stored, and Podman pods and volumes on the machine. On the other hand, note that it does not provide any extra functionality unavailable from the command line.

### Objectives

This lab shows how to install and run Podman Desktop then demonstrates a basic overview of the Podman Desktop functionality it provides. The main steps described are outlined below:
In this tutorial, you'll learn how to:

- Install Podman Desktop
- Verify basic Podman Desktop functionality works

### What Do You Need?

- A client system with Oracle Linux and the "Server with GUI' group installed
- Podman installed (the 'container-tools' package)
- Access to the Internet
### Prerequisites

- Minimum of a single Oracle Linux system

- Each system should have Oracle Linux installed and configured with:
- A Linux graphical desktop environment
- A non-root user account with sudo access
- Podman and cURL packages
- Access to the Internet

0 comments on commit 9e73769

Please sign in to comment.