From 39be807970460cbe57b7a0bec33e5e3ed3abbb03 Mon Sep 17 00:00:00 2001 From: zeus Date: Tue, 28 Mar 2023 07:47:46 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23da6ae..2091182 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,9 @@ > Get https ://registry.vlabs.uniwa.gr:5080/v2/: x509: certificate > > Pulling ... +> > ERROR: Get https://registry.vlabs.uniwa.gr:5080/v2/: x509: certificate signed by unknown authority +> **run** @@ -21,13 +23,19 @@ **copy-paste lines** > registry_address=hub.swarmlab.io +> > registry_port=5443 +> > mkdir -p /etc/docker/certs.d/$registry_address:$registry_port +> > openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt > > registry_port=5480 +> > mkdir -p /etc/docker/certs.d/$registry_address:$registry_port +> > openssl s_client -showcerts -connect $registry_address:$registry_port < /dev/null | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/docker/certs.d/$registry_address:$registry_port/ca.crt +> **exec file** @@ -64,9 +72,9 @@ The leader key is normally defined by the mapleader variable as \. ### Edit Action -| *\ls* | Remove all whitespace at the end of every line in the buffer -| *p* | Paste below -| *P* | Paste above +- *\ls* -> Remove all whitespace at the end of every line in the buffer +- *p* -> Paste below +- *P* -> Paste above Select text with: *CTRL-V* -or- *SHIT-V* amd Arrows