File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,12 @@ Name of destination for accessing the Podman service. See SERVICE DESTINATION TA
422422The cgroup management implementation used for the runtime. Supports ` cgroupfs `
423423and ` systemd ` .
424424
425+ ** compat_api_enforce_docker_hub** =true
426+
427+ Enforce using docker.io for completing short names in Podman's compatibility
428+ REST API. Note that this will ignore unqualified-search-registries and
429+ short-name aliases defined in containers-registries.conf(5).
430+
425431** conmon_env_vars** =[ ]
426432
427433Environment variables to pass into Conmon.
Original file line number Diff line number Diff line change @@ -376,6 +376,11 @@ default_sysctls = [
376376#
377377#active_service = "production"
378378
379+ # Enforces using docker.io for completing short names in Podman's compatibility
380+ # REST API. Note that this will ignore unqualified-search-registries and
381+ # short-name aliases defined in containers-registries.conf(5).
382+ #compat_api_enforce_docker_hub = true
383+
379384# The compression format to use when pushing an image.
380385# Valid options are: `gzip`, `zstd` and `zstd:chunked`.
381386#
You can’t perform that action at this time.
0 commit comments