blob: e83c4a5e168ea1a6cb5b8ecc86a276c5609021ef (
plain)
1
2
3
4
5
6
7
8
9
|
// Package bindings provides golang-based access
// to the Podman REST API. Users can then interact with API endpoints
// to manage containers, images, pods, etc.
//
// This package exposes a series of methods that allow users to firstly
// create their connection with the API endpoints. Once the connection
// is established, users can then manage the Podman container runtime.
package bindings
|