|
|
@ -29,16 +29,18 @@ |
|
|
|
> 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 |
|
|
|
> |
|
|
|
> sudo bash ./set-ca.sh |
|
|
|
**exec file** |
|
|
|
|
|
|
|
**sudo bash ./set-ca.sh** |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Clone repo |
|
|
|
|
|
|
|
> mkdir [dir4project] |
|
|
|
> |
|
|
|
> cd [dir4project] |
|
|
|
> |
|
|
|
> GIT_SSL_NO_VERIFY=true git clone https://git.swarmlab.io:3000/docs/docs/src/branch/master |
|
|
|
|
|
|
|
|
|
|
@ -61,12 +63,11 @@ The leader key is normally defined by the mapleader variable as \. |
|
|
|
|
|
|
|
### Edit Action |
|
|
|
|
|
|
|
[cols="1,2",grid=none, frame=none] |
|
|
|
|=== |
|
|
|
|
|
|
|
| *\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 |
|
|
|
|
|
|
|