google / shipshape

Program analysis platform
Apache License 2.0
271 stars 35 forks source link

Use arguments rather than env variables in endpoint.sh #83

Open ciera opened 9 years ago

ciera commented 9 years ago

We're passing through --start_service as an environment variable to the docker container. However, it looks like kythe is actually passing an argument through docker run. We should investigating doing this instead; it would give a lot more flexibility in adding future arguments.