Please see ENVIRONMENT.md for details about this Dockerfile. The short version is:
- It's intended to make it easy to perform builds, tests, releases etc under Linux without modifying your local system.
- It has an entry point of
bashalready - It expects
/google-cloud-dotnet(in the container) to be a shared volume mount using a clone of this repository. - Run the following commands from the repository root:
docker build -t google-cloud-dotnet dockerdocker run -v $PWD:/google-cloud-dotnet -it google-cloud-dotnet