# Quickstart

> podman Quickstart

- Skill: `javimosch/quickstart-817` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-817`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-817/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-817

---

# podman Quickstart

podman is a daemonless container runtime compatible with Docker.

## Installation

```bash
brew install podman
```

## Basic Usage

```bash
podman run -it ubuntu:latest
podman images
podman ps
```

## Resources

- [GitHub](https://github.com/containers/podman)
- [Docs](https://docs.podman.io/)

