github.com/hanks177/podman/v4@v4.1.3-0.20220613032544-16d90015bc83/libpod/doc.go (about)

     1  // The libpod library is not stable and we do not support use cases outside of
     2  // this repository. The API can change at any time even with patch releases.
     3  //
     4  // If you need a stable interface Podman provides a HTTP API which follows semver,
     5  // please see https://docs.podman.io/en/latest/markdown/podman-system-service.1.html
     6  // to start the api service and https://docs.podman.io/en/latest/_static/api.html
     7  // for the API reference.
     8  //
     9  // We also provide stable go bindings to talk to the api service from another go
    10  // program, see the pkg/bindings directory.
    11  package libpod