diff --git a/pkg/bindings/README.md b/pkg/bindings/README.md index 55255a22afc0..b972cc7bca63 100644 --- a/pkg/bindings/README.md +++ b/pkg/bindings/README.md @@ -239,3 +239,6 @@ $ You can also verify that the information being passed back and forth is correct by putting with a tool like `socat`, which can dump what the socket is seeing. + +## Reducing Binary Size with "remote" Build Tag +When building a program that uses the Podman Go bindings, you can reduce the binary size by passing the "remote" build tag to the go build command. This tag excludes code related to local Podman operations, which is not needed for applications that only interact with Podman over a network.