介绍
# Docker Ctl
通过 podman 检查容器、日志和镜像。在 Bazzite/Fedora 上,podman 是默认的容器运行时,且始终可用。
## 命令
```bash # List running containers docker-ctl ps
# View container logs docker-ctl logs <container>
# List local images docker-ctl images
# Inspect a container docker-ctl inspect <container> ```
## 安装
无需安装。Bazzite 使用 `podman` 作为其容器运行时,且已预装。