Environment variables based Cloud SQL Proxy
2.1K
Use Cloud SQL Proxy as a service.
GOOGLE_APPLICATION_CREDENTIALS: Base64 of the google service account key used to connect to Google Cloud SQL instancesCONNECTION_NAME: Instance to connect to, e.g: my-awesome-project:zone:instancedocker run -p 3306:3306 -e GOOGLE_APPLICATION_CREDENTIALS=<your-service-account-key-here> -e CONNECTION_NAME=<instance-to-connect-to> hamdifourati/cloudsql-proxy:latest
Content type
Image
Digest
Size
9.9 MB
Last updated
over 6 years ago
docker pull hamdifourati/cloudsql-proxy