mirror of
https://github.com/containers/podman.git
synced 2026-02-05 15:45:08 +01:00
A conditional in `version-check` bypasses the test for PRs. However, it appears it was intended to execute during the daily cirrus-cron runs. However, the cron-job it references (`nightly`) doesn't exist. This is causing the test to run for every merge into `main`, and never run for `main` branch cirrus-cron job. Fix the name so the test **ONLY** runs for the `main` branch cron-job. Also, since the test is currently failing, update the docs as per the output instructions. Signed-off-by: Chris Evich <cevich@redhat.com>
Podman Tutorials
Links to a number of useful tutorials for the Podman utility.
Learn how to set up Podman and perform some basic commands with the utility.
Basic Setup and Use of Podman in a Rootless environment
The steps required to set up rootless Podman are enumerated.
Special setup for running the Podman remote client on a Mac or Windows PC and connecting to Podman running on a Linux VM are documented.
A brief how-to on using the Podman remote-client.
How to use libpod for custom/derivative projects
How the libpod API can be used within your own project.
Learn how to set up and use image signing with Podman.
A basic guide to common network setups with Podman
Learn how to run containers that support socket activation.
Performance guide regarding Podman configuration and usage.
