Skip to main content

Exploring Podman RESTful API using Python and Bash

· One min read

podman logo

Exploring Podman RESTful API using Python and Bash

By Jhon Honce GitHub

In a recent blog post on the Red Hat Enable Sysadmin site, Exploring Podman RESTful API using Python and Bash, Jhon Honce nicely demonstrates the new Podman REST API using code examples in Python and shell commands. Additional notes are included in the code comments. The provided code was written to be clear vs. production quality.