Skip to main content

5 posts tagged with "go"

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.

· One min read

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. More details from Lokesh Mandvekar and Parker Van Roy in this post.

· 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.

· 8 min read

podman logo

Programmatic remote access to Podman via the varlink protocol

By Harald Hoyer GitHub

This guide shows how to access Podman remotely via the varlink interface with CLI tools and programmatically with python, go and rust.

This should work on Linux, MacOS and Windows 10.

The compatibility matrix shows which feature is supported on which OS in which language.

Note: replace <podman-machine> in this guide with the IP or hostname of your Podman machine