【发布时间】:2021-11-06 08:05:55
【问题描述】:
我第一次尝试使用podman(在Mac OS 下使用podman machine,但这可能无关紧要)。当我尝试启动busybox图像作为测试时,like described in Introduction:
podman run -it docker.io/library/busybox
我收到以下错误:
Error: failed to parse "X-Registry-Auth" header for /v3.3.1/libpod/images/pull?alltags=false&arch=&authfile=&os=&password=&policy=missing&quiet=false&reference=docker.io%2Flibrary%2Fbusybox&username=&variant=: error storing credentials in temporary auth file (server: "https://index.docker.io/v1/", user: ""): key https://index.docker.io/v1/ contains http[s]:// prefix
(podman 版本 3.3.1)
【问题讨论】:
标签: podman