Skip to content

Commit

Permalink
Add note about NetworkManager managed interface (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
agners authored Aug 12, 2024
1 parent a140122 commit 0559230
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0559230

Please sign in to comment.