admin管理员组

文章数量:1208155

when I tried to specify the url of podman init like this(actually I want to change the official image to another address) on Windows 10:

E:\wangluo\software\terminal\cmder
λ ctr.exe image pull quay.io/podman/machine-os-wsl:5.3
quay.io/podman/machine os wsl:5.3               saved
└──index (e4a8b691ed1e)                         complete        |++++++++++++++++++++++++++++++++++++++|
   ├──manifest (634e7343b865)                   complete        |++++++++++++++++++++++++++++++++++++++|
   └──manifest (f26f0ff27f4c)                   waiting         |--------------------------------------|
application/vnd.oci.image.index.v1+json sha256:e4a8b691ed1e56d372244f56d71776717c63bd3c7873cda1d0b5b39165814df2
Pulling from OCI Registry (quay.io/podman/machine-os-wsl:5.3)   elapsed: 2.9 s  total:  1021.0  (353.0 B/s)

E:\wangluo\software\terminal\cmder
λ podman machine init --image=quay.io/podman/machine-os-wsl:5.3
Error: CreateFile quay.io/podman/machine-os-wsl:5.3: The system cannot find the path specified.

Am I missing something?

本文标签: Error CreateFile quayiopodmanmachineoswsl53 The system cannot find the path specifiedStack Overflow