Added docker wsl setup.

This commit is contained in:
2020-05-28 11:41:38 +12:00
parent b47b643420
commit adff6713bb
2 changed files with 107 additions and 68 deletions

View File

@ -47,6 +47,9 @@ fi
# Configure display for vcxsrv
export DISPLAY=:0.0
# Configure docker host
export DOCKER_HOST=tcp://localhost:2375
# Setup prompt
function color_my_prompt {
local __user_and_host="\[\033[01;32m\]\u@\h"