podman-desktop/website/docs/intro.md
Florent Benoit 4c988ef7a5 feat: adds initial website built from docusaurus
Change-Id: I0794ac26ba9c6d82c0df31adff66bd229ca5e9f8
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2022-04-04 17:23:17 +02:00

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
```