From 4ae36ad1dfb823fcfce444b3d1adb41db9d7eed3 Mon Sep 17 00:00:00 2001 From: zeus Date: Sat, 13 Nov 2021 15:19:00 +0200 Subject: [PATCH] wsl info --- 0-cert.error | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/0-cert.error b/0-cert.error index 30f82c9..e7bd148 100755 --- a/0-cert.error +++ b/0-cert.error @@ -1,5 +1,9 @@ #!/bin/sh +txturl='\033[1;36m' +txturl1='\033[0;36m' +txtg='\033[0;32m' +NOCOLOR='\033[0m' cat <<'EOF' @@ -17,5 +21,11 @@ cat <<'EOF' ----------------------------------------------------------------------------------------- +---------------------------- *** WSL2 *** -------------------------- + + With Docker Desktop running on WSL 2, users can use: http://127.0.0.1:8080 + +---------------------------- *********** --------------------------- + EOF echo $cat