summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorSebastian Boerakker <sebboer@protonmail.com>2021-05-06 12:25:14 +0200
committerSebastian Boerakker <sebboer@protonmail.com>2021-05-06 13:54:20 +0200
commitc7178958ca6726fd3fa0f3ef4f53f66e13095875 (patch)
tree8af26f96099701b43446a0cebfe8ad92bfe40b21 /docs/tutorials
parent0b05ba808d5e2fc75ce10b23405bd5c05da2c331 (diff)
downloadpodman-c7178958ca6726fd3fa0f3ef4f53f66e13095875.tar.gz
podman-c7178958ca6726fd3fa0f3ef4f53f66e13095875.tar.bz2
podman-c7178958ca6726fd3fa0f3ef4f53f66e13095875.zip
Fix wrong macvlan PNG in networking doc.
Signed-off-by: Sebastian Boerakker <sebboer@protonmail.com>
Diffstat (limited to 'docs/tutorials')
-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,