Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, file paths, and executables are shown as follows:

"Interfaces on the host can be seen by using the ip link show command".

Any command-line input or output is written as follows:

user@net1:~$ sudo ifdown eth1 && sudo ifup eth1

When possible any multiline command-line input will be written using the Linux line continuation method of including a trailing \ at the end of the line to be continued:

user@net1:~$ sudo ip netns exec ns_1 ip link set \
dev edge_veth1 master edge_bridge1

In some cases command-line output will also be multiline. In ...

Get Docker Networking Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.