You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/bindings/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -239,3 +239,6 @@ $
239
239
240
240
You can also verify that the information being passed back and forth is correct by putting
241
241
with a tool like `socat`, which can dump what the socket is seeing.
242
+
243
+
## Reducing Binary Size with "remote" Build Tag
244
+
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.
0 commit comments