Skip to content

Commit

Permalink
Merge pull request #13826 from stevekuznetsov/skuznets/update-doc
Browse files Browse the repository at this point in the history
[CI:DOCS] pkg/bindings: document requirements for use
  • Loading branch information
openshift-merge-robot authored Apr 11, 2022
2 parents 311d66f + ee4a583 commit 81b9646
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 81b9646

Please sign in to comment.