Skip to content

Commit

Permalink
Merge pull request #10244 from sebboer/patch-1
Browse files Browse the repository at this point in the history
[CI:DOCS] Fix wrong macvlan PNG in networking tutorial doc.
  • Loading branch information
openshift-merge-robot authored May 6, 2021
2 parents 8cc96bd + c717895 commit 5fa31e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/basic_networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5fa31e1

Please sign in to comment.