Fix bazel run target in docs.

PiperOrigin-RevId: 293676954
This commit is contained in:
Kevin Krakauer
2020-02-06 14:27:31 -08:00
committed by gVisor bot
parent 736775e0ac
commit bfa4a235f4
+1 -1
View File
@@ -28,7 +28,7 @@ Your test is now runnable with bazel!
Build the testing Docker container:
```bash
$ bazel run //test/iptables/runner-image -- --norun
$ bazel run //test/iptables/runner:runner-image -- --norun
```
Run an individual test via: