mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
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:
parent
a8bddd8415
commit
cbbd9b44ee
5
projects/demo/env.sh
Normal file
5
projects/demo/env.sh
Normal 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
|
Loading…
Reference in New Issue
Block a user