summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-05-06 09:34:03 -0400
committerGitHub <noreply@github.com>2021-05-06 09:34:03 -0400
commit5fa31e10e364e57f7bdc4bb00f483b7f6a631ee0 (patch)
tree2d258e910154f8d763fa466108894c179f2bca84
parent8cc96bddc98621fd5e6b3a7f2a8263f39864bb71 (diff)
parentc7178958ca6726fd3fa0f3ef4f53f66e13095875 (diff)
downloadpodman-5fa31e10e364e57f7bdc4bb00f483b7f6a631ee0.tar.gz
podman-5fa31e10e364e57f7bdc4bb00f483b7f6a631ee0.tar.bz2
podman-5fa31e10e364e57f7bdc4bb00f483b7f6a631ee0.zip
Merge pull request #10244 from sebboer/patch-1
[CI:DOCS] Fix wrong macvlan PNG in networking tutorial doc.
-rw-r--r--docs/tutorials/basic_networking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/basic_networking.md b/docs/tutorials/basic_networking.md
index 7544c1cfd..51dfa7564 100644
--- a/docs/tutorials/basic_networking.md
+++ b/docs/tutorials/basic_networking.md
@@ -151,7 +151,7 @@ host. This interface can configure multiple subinterfaces. And each subinterfac
is capable of having its own MAC and IP address. In the case of Podman containers,
the container will present itself as if it is on the same network as the host.
-![macvlan_network](podman_bridge.png)
+![macvlan_network](podman_macvlan.png)
In the illustration, outside clients will be able to access the web container by
its IP address directly. Usually the network information, including IP address,