Clean up more language for inclusiveness

We had a number of references, mostly in docs, to the word master that
can now be changed to main.  This PR does that and makes the project a
bit more inclusive.

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
tomsweeneyredhat
2023-01-21 20:16:45 -05:00
parent 8be5cea126
commit 9db657f40c
17 changed files with 35 additions and 35 deletions

View File

@ -4,7 +4,7 @@
# Basic Networking Guide for Podman
It seems once people master the basics of containers, networking is one of the first
It seems once people understand the basics of containers, networking is one of the first
aspects they begin experimenting with. And regarding networking, it takes very
little experimentation before ending up on the deep end of the pool. The following
guide shows the most common network setups for Podman rootful and rootless containers.