Replies: 1 comment 3 replies
-
Hi! Hope that helps! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to deploy a locally built image on Rancher-Desktop for windows running in WSL ubuntu but am getting the following error:
My Dockerfile is simple:
FROM hello-world
My build and deploy is also simple:
nerdctl build -t howdy:1 .
kubectl run hw --image=howdy:1 --restart=Never
Am I missing something obvious?
Thanks for your help,
Beta Was this translation helpful? Give feedback.
All reactions