mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
Change-Id: I0794ac26ba9c6d82c0df31adff66bd229ca5e9f8 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
24 lines
412 B
Markdown
24 lines
412 B
Markdown
---
|
|
sidebar_position: 1
|
|
---
|
|
|
|
# Introduction
|
|
|
|
Let's discover **Container Desktop in less than 5 minutes**.
|
|
|
|
## Getting Started
|
|
|
|
Get started by **[Downloading](/downloads) the product** for your Operating System.
|
|
|
|
### What you'll need
|
|
|
|
- Podman 4.x
|
|
- Check there is a podman machine running
|
|
|
|
### Check podman CLI is working
|
|
|
|
Run the development server:
|
|
|
|
```sh
|
|
$ podman run redhat/ubi8-micro echo hello world
|
|
```
|