Skip to content

Commit a51476e

Browse files
authored
Merge pull request #25862 from locker95/docs/swarm-tutorial-ip-addr
docs: prefer ip addr over ifconfig in the swarm tutorial
2 parents a30229e + e4657b8 commit a51476e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/manuals/engine/swarm/swarm-tutorial

content/manuals/engine/swarm/swarm-tutorial/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the IP address.
5959
Because other nodes contact the manager node on its IP address, you should use a
6060
fixed IP address.
6161

62-
You can run `ifconfig` on Linux or macOS to see a list of the
62+
You can run `ip addr` on Linux, or `ifconfig` on macOS, to see a list of the
6363
available network interfaces.
6464

6565
The tutorial uses `manager1` : `192.168.99.100`.

0 commit comments

Comments
 (0)