Merge pull request #11031 from milantracy:doc

PiperOrigin-RevId: 686195456
This commit is contained in:
gVisor bot
2024-10-15 12:24:20 -07:00
+6
View File
@@ -81,6 +81,12 @@ make copy TARGETS=runsc DESTINATION=bin/
sudo cp ./bin/runsc /usr/local/bin
```
To build specific libraries or binaries, you can specify the target:
```sh
make build TARGETS="//pkg/tcpip:tcpip"
```
### Testing
To run standard test suites, you can use: