demo: add a env file for setting up the environment for the demo

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-04-15 17:13:32 -05:00
parent a8bddd8415
commit cbbd9b44ee

5
projects/demo/env.sh Normal file
View File

@ -0,0 +1,5 @@
export CLOUDSDK_CORE_PROJECT=docker4x
export CLOUDSDK_COMPUTE_ZONE=us-central1-f
export CLOUDSDK_COMPUTE_MACHINE=n1-standard-2
PATH=$PATH:~/src/docker/linuxkit/bin