Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 738 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 738 Bytes

Ballerina Code2Cloud samples

Prerequisites

  1. Install a recent version of Docker for Mac/Windows and enable Kubernetes OR Minikube is installed and running.
  2. Mini-kube users should configure env vars with valid values:
        export DOCKER_HOST="tcp://192.168.99.100:2376" 
        export DOCKER_CERT_PATH="/Users/anuruddha/.minikube/certs"
  3. Docker for windows users should enable remote access to the API. (If DOCKER_HOST and DOCKER_CERT_PATH are exported as environment variables, priority will be given to environment variables.) alt tag