Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.21 KB

insecure-registry.md

File metadata and controls

37 lines (26 loc) · 1.21 KB
sidebar_position title description keywords tags
10
Adding an insecure registry
Modifying Podman for an insecure registry
podman desktop
podman
containers
registry
podman machine
pods

import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import WindowsMacosProcedure from './_insecure-registry-windows-macos.md' import LinuxProcedure from './_insecure-registry-linux.md' import Verification from './_verification-private-registry.md'

Adding an Insecure Registry to Podman Desktop

In this guide, you will learn how to add an insecure registry to Podman Desktop. An insecure registry allows you to pull and push container images either over an unencrypted HTTP connection, or a HTTPS connection with a self-signed unverified certificate. Please note that using an insecure registry can expose your data to security risks, so it's recommended to use secure connections with a verifiable certificate whenever possible.