Document related with network #13441
Replies: 2 comments 1 reply
-
@TomSweeneyRedHat PTAL |
Beta Was this translation helpful? Give feedback.
-
What kind of documentation do you want? Developer or end user? Right now you are mixing terms here. With podman 4 we support 2 network backends ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I took a look at with network related things today.
As far as I learned from code, in podman, we followed client server mode, and the key line to interact from client to server for network related thing is:
Which means:
registry.ContainerEngine()
related document.NetworkCreate(registry.Context(), network)
I am not sure if we are welcome/free to
add a new part as point 1 above to have a specific document discussion with how to configure a remote sever for podman, with knowledges.
General steps to connect with any remote client.
Take linux, mac, windows as sample, discussion specific and different default approach. For ex mac with fedora image.
In Network general part, adding a general description part with
registry.ContainerEngine().
approach and movingNetavark, CNI, MacVLAN
fromnetwork-create
tonetwork
as overall/high level design.In Create network part/a new page/network general description add some comparisons between different "CNI" as
Netavark, CNI, MacVLAN
in a general speaking.Beta Was this translation helpful? Give feedback.
All reactions