Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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