aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts/README.md
diff options
context:
space:
mode:
authorEric Anderson <ejona@google.com>2018-03-28 17:15:36 -0700
committerEric Anderson <ejona@google.com>2018-03-28 17:24:07 -0700
commitcdbfdd8da86be37e9150f55982c291f4a02e2ecb (patch)
tree1519cf41a1ee055face25a9f32fbe33e2d5b6bba /protoc-artifacts/README.md
parent67c1cd4cb7d347241bc7a9e6989a0a6a062e4607 (diff)
downloadprotobuf-cdbfdd8da86be37e9150f55982c291f4a02e2ecb.tar.gz
protobuf-cdbfdd8da86be37e9150f55982c291f4a02e2ecb.tar.bz2
protobuf-cdbfdd8da86be37e9150f55982c291f4a02e2ecb.zip
protoc-artifacts: Use ENTRYPOINT to enable devtoolset-1.1
ENTRYPOINT is used even when other commands are specified on the "docker run" command line. This allows running one-off commands in the docker image (especially combined with volume binding with the host) with the correct environment variables.
Diffstat (limited to 'protoc-artifacts/README.md')
-rw-r--r--protoc-artifacts/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/README.md b/protoc-artifacts/README.md
index d11cde5d..dcaec987 100644
--- a/protoc-artifacts/README.md
+++ b/protoc-artifacts/README.md
@@ -140,7 +140,7 @@ $ docker build -t protoc-artifacts .
To run the image:
```
-$ docker run -it --rm=true protoc-artifacts
+$ docker run -it --rm=true protoc-artifacts bash
```
To checkout protobuf (run within the container):