> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apowerb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Podman

> Run apowerb with Podman.

Podman is a daemonless alternative to Docker. You can run apowerb just like you would with Docker:

```bash theme={null}
podman run -d -p 8000:8000 apowerb/apowerb
```
