From cdbfdd8da86be37e9150f55982c291f4a02e2ecb Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Wed, 28 Mar 2018 17:15:36 -0700 Subject: 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. --- protoc-artifacts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protoc-artifacts/README.md') 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): -- cgit v1.2.3