The first Podman Community meeting will be on Tuesday October 6 at 11:00 a.m. Eastern. It will be a video conference using BlueJeans and all of the details are on this post.
5 篇博文 含有标签「go」
查看所有标签Podman Community Meeting - October 6, 2020
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.
Podman Go bindings
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.
Podman Go bindings
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.
Programmatic remote access to Podman via the varlink protocol
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