跳到主要内容

96 篇博文 含有标签「v2」

查看所有标签

· 阅读需 1 分钟

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 分钟

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.

· 阅读需 3 分钟

podman logo

Podman API v1.0 Deprecation and Removal Notice

By Tom Sweeney GitHub

The Podman API v1.0 relied on the varlink library to handle the underlying client/server calls from the Podman client to the host where the Podman service was running. About one year ago, the Podman team was notified that the focus on the varlink library was being greatly reduced and there would be no further development and little support for it from the varlink library team. This led the Podman team to investigate the use of other client/server technologies and it was decided to develop a RESTful API for Podman using the native Go libraries.