Last active
          January 31, 2019 12:35 
        
      - 
      
- 
        Save odytrice/641d57e9a724f54b7fe82c3a50c11910 to your computer and use it in GitHub Desktop. 
Revisions
- 
        odytrice revised this gist Jan 31, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if($isRunning){ else{ "- Starting Minikube" "" minikube start --vm-driver hyperv --hyperv-virtual-switch="Default Switch" } "" "- Configuring Docker" 
- 
        odytrice revised this gist Jan 30, 2019 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ # This starts minikube and configures docker to point to minikube cluster " ==================================== Welcome to Minikube Docker Shell ==================================== " "- Checking Minikube Status" 
- 
        odytrice revised this gist Jan 30, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # This starts minikube and configures docker to point to minikube cluster " ================================ Welcome to Minikube Docker Shell 
- 
        odytrice created this gist Jan 30, 2019 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ " ================================ Welcome to Minikube Docker Shell ================================ " "- Checking Minikube Status" $isRunning = ((minikube status) -join ' ' ).Contains("Running") "" if($isRunning){ "- Minikube is already Running" } else{ "- Starting Minikube" "" minikube start } "" "- Configuring Docker" "" minikube docker-env | Invoke-Expression cd D:\Projects\