Browse Source

Update 'README.md'

master
zeus 1 year ago
parent
commit
39be807970
  1. 14
      README.md

14
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

Loading…
Cancel
Save