Updated README

master
Meliurwen 4 years ago
parent ffec21b216
commit b45c73de9b
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 6
      README.md

@ -59,6 +59,12 @@ Login without polluting the _known hosts_ file:
ssh virtualuser@ipAddress -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null" ssh virtualuser@ipAddress -o "StrictHostKeyChecking=no" -o "UserKnownHostsFile=/dev/null"
``` ```
Add an unique _hostname_ to each VM:
```sh
hostnamectl set-hostname unique-hname-101
```
And then launch this to install Rancher: And then launch this to install Rancher:
```sh ```sh

Loading…
Cancel
Save