Greetings. I'm new to Rancher Desktop (having came from Docker Desktop) and I'm running into an issue when using
nerdctl to build an image from a Dockerfile. Namely, I get this error (I issue a
nerdctl build . command):
> [internal] load metadata for
docker.io/library/ubuntu:latest:
------
Dockerfile:1
--------------------
1 | >>> FROM ubuntu
2 |
3 | WORKDIR /usr/src/pdftk
--------------------
error: failed to solve: ubuntu: failed to do request: Head "
https://registry-1.docker.io/v2/library/ubuntu/manifests/latest": dial tcp 44.205.
This built fine in Docker Desktop. What am I missing?