DeadlineExceeded: DeadlineExceeded: ubuntu:22.04:

can anyone help me with this? try to run untrunt with docker to fix some video. but the program just won’t build for some reason. know nothing about docker and coding. i just follow the steps i found in github. can anyone point me to the right direction to get this to work?

It’s a bit confusing that the title says: Ubuntu, but the tags include macos.

I assume it’s about docker-ce on Ubuntu, then these commands should help

docker logout
docker login

i try and i got this notice ( i m using vpn btw

Please, tell us more about Docker version.

docker version

Also try using curl from the host:

curl -X POST https://hub.docker.com/v2/access-tokens/desktop-generate

It should return

{"message":"unauthorized","errinfo":{}}

You should also make sure you are using a properly working DNS server that resolves the domain to the right IP addresses.

At least this was the most common issue when people got timeout from Docker Hub or a Docker Hub related domain.