vendor: bump c/common to v0.56.1-0.20230919073449-d1d9d38d8282

Signed-off-by: Aditya R <arajan@redhat.com>
This commit is contained in:
Aditya R
2023-09-19 13:55:43 +05:30
parent d912e735a3
commit e9b98510dd
8 changed files with 32 additions and 10 deletions

View File

@@ -669,8 +669,8 @@ default_sysctls = [
# [engine.service_destinations.production]
# URI to access the Podman service
# Examples:
# rootless "unix://run/user/$UID/podman/podman.sock" (Default)
# rootful "unix://run/podman/podman.sock (Default)
# rootless "unix:///run/user/$UID/podman/podman.sock" (Default)
# rootful "unix:///run/podman/podman.sock (Default)
# remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock
# remote rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
#

View File

@@ -541,8 +541,8 @@ default_sysctls = [
# [service_destinations.production]
# URI to access the Podman service
# Examples:
# rootless "unix://run/user/$UID/podman/podman.sock" (Default)
# rootful "unix://run/podman/podman.sock (Default)
# rootless "unix:///run/user/$UID/podman/podman.sock" (Default)
# rootful "unix:///run/podman/podman.sock (Default)
# remote rootless ssh://engineering.lab.company.com/run/user/1000/podman/podman.sock
# remote rootful ssh://root@10.10.1.136:22/run/podman/podman.sock
#

View File

@@ -268,7 +268,7 @@ func defaultFarmConfig() FarmConfig {
}
}
// defaultEngineConfig eturns a default engine configuration. Note that the
// defaultEngineConfig returns a default engine configuration. Note that the
// config is different for root and rootless. It also parses the storage.conf.
func defaultEngineConfig() (*EngineConfig, error) {
c := new(EngineConfig)