Completed kubemacs via docker documentation.

This commit is contained in:
2020-05-28 16:45:46 +12:00
parent 86723a7f89
commit 0c36d20852
5 changed files with 85 additions and 0 deletions

View File

@ -50,6 +50,9 @@ export DISPLAY=:0.0
# Configure docker host
export DOCKER_HOST=tcp://localhost:2375
# Configure kubeconfig default
export KUBECONFIG=$KUBECONFIG:/c/Users/$USER/.kube/config
# Setup prompt
function color_my_prompt {
local __user_and_host="\[\033[01;32m\]\u@\h"