1# `godoc` 2 3Container definition for our `godoc` image, for hosting internal instance of GoDoc. 4 5## Building 6 7``` 8bazel build hack/tools/godoc 9``` 10 11## Testing 12 13Requires the Docker Daemon. 14 15``` 16bazel test hack/tools/godoc:test 17```