From 8e7eddf80044e4a9255977a415f5cf1c6141d7fb Mon Sep 17 00:00:00 2001 From: Wuodan Date: Sun, 3 Jan 2021 11:32:36 +0100 Subject: [PATCH] Getting started linux: hostname -i, not -I hostname -I will not work, it's -i or --ip-address --- ...getting-started-with-docker-and-linux-on-the-raspberry-pi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started-with-docker-and-linux-on-the-raspberry-pi.md b/content/getting-started-with-docker-and-linux-on-the-raspberry-pi.md index 9f3fce1..2f5f132 100644 --- a/content/getting-started-with-docker-and-linux-on-the-raspberry-pi.md +++ b/content/getting-started-with-docker-and-linux-on-the-raspberry-pi.md @@ -121,7 +121,7 @@ yum install nmap # for red hat based distros First identify the IP address of your own workstation. Type ``` -hostname -I +hostname -i ``` As you can see in the following screenshot our IP address is `192.168.0.101`.