Docker Hub official website has been moved to https://registry.hub.docker.com from https://hub.docker.com/.
If I try to docker pull images from URL like:
docker pull
The registry path for official images (without a slash in the name) is library/. Try this instead:
library/
docker pull registry.hub.docker.com/library/busybox