linuxkit / linuxkit-ci

The CI configuration for testing LinuxKit
Apache License 2.0
6 stars 12 forks source link

compose: Obtain GCP variables from environment #2

Closed dave-tucker closed 7 years ago

dave-tucker commented 7 years ago

This changes the default behaviour in the main docker-compose.yml to import the CLOUDSDK_* variables from the environment. This means that development and testing can take place without having to either modify the compose file or add a docker-compose-overrides.yml file

Signed-off-by: Dave Tucker dave@dtucker.co.uk