From c87357735b331b709232e84dcda415fc1f081053 Mon Sep 17 00:00:00 2001 From: Roland Huß Date: Tue, 15 Sep 2015 07:31:10 +0000 Subject: Fix small typo in example -- Reviewed-on: https://github.com/bazelbuild/bazel/pull/455 MOS_MIGRATED_REVID=103068929 --- tools/build_defs/docker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3