Swarmlab docs
Application development in a distributed system
Development of Distributed Systems from Design to Application
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
txturl='\033[1;36m'
|
|
|
|
txturl1='\033[0;36m'
|
|
|
|
txtg='\033[0;32m'
|
|
|
|
NOCOLOR='\033[0m'
|
|
|
|
|
|
|
|
cat <<'EOF'
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
*** On Error ***
|
|
|
|
|
|
|
|
Get https://hub.swarmlab.io:5480/v2/: x509: certificate
|
|
|
|
Pulling …
|
|
|
|
ERROR: Get https://hub.swarmlab.io:5480/v2/: x509: certificate signed by unknown authority
|
|
|
|
|
|
|
|
*** run ***
|
|
|
|
|
|
|
|
./0-get-certs.sh
|
|
|
|
|
|
|
|
-----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
---------------------------- *** WSL2 *** --------------------------
|
|
|
|
|
|
|
|
With Docker Desktop running on WSL 2, users can use: http://127.0.0.1:8080
|
|
|
|
|
|
|
|
---------------------------- *********** ---------------------------
|
|
|
|
|
|
|
|
EOF
|
|
|
|
echo $cat
|