summaryrefslogtreecommitdiff
path: root/cmd/podman/remoteclientconfig/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/remoteclientconfig/config.go')
-rw-r--r--cmd/podman/remoteclientconfig/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/remoteclientconfig/config.go b/cmd/podman/remoteclientconfig/config.go
index 01f293ec3..13880a868 100644
--- a/cmd/podman/remoteclientconfig/config.go
+++ b/cmd/podman/remoteclientconfig/config.go
@@ -12,6 +12,7 @@ type RemoteConnection struct {
Destination string `toml:"destination"`
Username string `toml:"username"`
IsDefault bool `toml:"default"`
+ Port int `toml:"port"`
}
// GetConfigFilePath is a simple helper to export the configuration file's