Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set ENTRYPOINT to /cloudprober in Dockerfile.
Set ENTRYPOINT to /cloudprober in Dockerfile so that we can specify command line flags without having to know the cloudprober's location in the docker image. For example, we'll be able to do: docker run --publish=9313:9313 -v /tmp/cloudprober.cfg:/cloudprober.cfg cloudprober/cloudprober --config_file=/cloudprober.cfg This fixes the Github issue: google/cloudprober#88 ORIGINAL_AUTHOR=Manu Garg <[email protected]> PiperOrigin-RevId: 191099390
- Loading branch information