mirror of
https://github.com/containers/podman.git
synced 2025-06-28 22:53:21 +08:00
Add network backend to podman info
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -39,6 +39,7 @@ type HostInfo struct {
|
||||
LogDriver string `json:"logDriver"`
|
||||
MemFree int64 `json:"memFree"`
|
||||
MemTotal int64 `json:"memTotal"`
|
||||
NetworkBackend string `json:"networkBackend"`
|
||||
OCIRuntime *OCIRuntimeInfo `json:"ociRuntime"`
|
||||
OS string `json:"os"`
|
||||
// RemoteSocket returns the UNIX domain socket the Podman service is listening on
|
||||
|
Reference in New Issue
Block a user