From 05592309e63cd6cbca1a744be701483e9b9d34cd Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 12 Aug 2024 21:55:31 +0200 Subject: [PATCH] Add note about NetworkManager managed interface (#375) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 40a8573..53abd64 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,22 @@ udisks2 \ wget -y ``` +If you haven't been using NetworkManager before, you might see instructions on how to let NetworkManager manage the current network interface. + +``` +... +Setting up network-manager (1.42.4-1) ... + +The following network interfaces were found in /etc/network/interfaces +which means they are currently configured by ifupdown: +- enp1s0 +If you want to manage those interfaces with NetworkManager instead +remove their configuration from /etc/network/interfaces. +... +``` + +Follow these steps before continuing! + Step 2: Install Docker-CE with the following command: ```bash