aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Roland Huß <roland@jolokia.org>2015-09-15 07:31:10 +0000
committerGravatar John Field <jfield@google.com>2015-09-15 20:26:27 +0000
commitc87357735b331b709232e84dcda415fc1f081053 (patch)
tree4968b88d8f6977bf7299ebe2115af21cba5dc2f7 /tools
parent0dffeac00d6be0e37a75b564190a4f4a62908beb (diff)
Fix small typo in example
-- Reviewed-on: https://github.com/bazelbuild/bazel/pull/455 MOS_MIGRATED_REVID=103068929
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/build_defs/docker/README.md b/tools/build_defs/docker/README.md
index a762cb067d..9933e3bdf9 100644
--- a/tools/build_defs/docker/README.md
+++ b/tools/build_defs/docker/README.md
@@ -109,7 +109,7 @@ Upon success you should be able to run `docker images` and see:
```
REPOSITORY TAG IMAGE ID ...
-blaze/my_image helloworld d3440d7f2bde ...
+bazel/my_image helloworld d3440d7f2bde ...
```
You can now use this docker image with the name `bazel/my_image:helloworld` or