From ee4a583ed05794265a1a594d433c7b85b3073f02 Mon Sep 17 00:00:00 2001 From: Steve Kuznetsov Date: Mon, 11 Apr 2022 11:24:59 -0700 Subject: pkg/bindings: document requirements for use Signed-off-by: Steve Kuznetsov --- pkg/bindings/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg') diff --git a/pkg/bindings/README.md b/pkg/bindings/README.md index 2863039e4..ebc8a13d1 100644 --- a/pkg/bindings/README.md +++ b/pkg/bindings/README.md @@ -30,6 +30,10 @@ rootful connections is `/run/podman/podman.sock` and for rootless it is `/run/US information about the Podman system service, see `man podman-system-service`. ### Creating a connection +Ensure the [required dependencies](https://podman.io/getting-started/installation#build-and-run-dependencies) are installed, +as they will be required to compile a Go program making use of the bindings. + + The first step for using the bindings is to create a connection to the socket. As mentioned earlier, the destination of the socket depends on the user who owns it. In this case, a rootful connection is made. -- cgit v1.2.3-54-g00ecf