Replies: 2 comments 1 reply
-
podman image is not a final command, you have to specify the subcommand to execute: You likely are looking for Second using image short names does not specify where to to get them from. As such you need configuration to tell podman where to look. Usually your distro package is adding unqualified-search registries. Or you just use full names |
Beta Was this translation helpful? Give feedback.
-
how about a locally created/modified image? Now, if I want to run the modified image:
and if I give full path to
Does this mean that I actually cannot work with images locally, they need to be going somewhere to the cloud to be useful? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Firstly, please why do I see this at the end of the output:
Error: missing command 'podman image COMMAND'
When I run:
'docker image' ( or 'padman image' )
Secondly,
I am learning docker for the first time ( it means to be resolving to podman) and I tried this code from TryHackMe:
$ podman run -it helloworld /bin/bash
and this is the error I'm getting:
Error: short-name "helloworld" did not resolve to an alias and no unqualified-search registries are defined in "/etc/containers/registries.conf"
Please how can I fix this, BTW this is my first time with playing with containerization.
Beta Was this translation helpful? Give feedback.
All reactions