We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: