Manage containers, images, pods, and their volumes
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
Not all commands are working out of the box due to requiring additional binaries to be present in the $PATH.
To get podman compose working, install either podman-compose or docker-compose packages.
To get podman machine working, install qemu-minimal, and openssh packages.
| Linter | Message | Location |
|---|---|---|
| inputs-should-be-minimal Identify inputs that should use their minimal variant | 'gettext' should probably switched for its minimal variant | |
| formatting Look for formatting issues in the source | line 567 is way too long (92 characters) | |
| formatting Look for formatting issues in the source | line 523 is way too long (91 characters) |