From b45c73de9bdb257ac0c9fe9abc121987c1be57e1 Mon Sep 17 00:00:00 2001 From: meliurwen Date: Fri, 20 Nov 2020 00:05:39 +0100 Subject: [PATCH] Updated README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8f7a773..087dfc3 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,12 @@ Login without polluting the _known hosts_ file: 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: ```sh