Skip to main content

2 posts tagged with "bindings"

View All Tags

· One min read

podman logo

Podman Community Meeting - October 6, 2020

By Tom Sweeney GitHub

The first Podman Community Meeting is coming up at 11:00 a.m. Eastern on October 6th, 2020. We plan to hold the meeting on Bluejeans and will be holding them going forward on the first Tuesday of every month. All are welcome and it's free of charge! The agenda after the break and hope to see a lot of you there.

· 13 min read

podman logo

Podman Go bindings

By Lokesh Mandvekar GitHub and Parker VanRoy

Introduction

In the release of Podman 2.0, we removed the experimental tag from its recently introduced RESTful service. While it might be interesting to interact with a RESTFul server using curl, using a set of Go based bindings is probably a more direct route to a production ready application. Let’s take a look at how easily that can be accomplished.