@pwaszkewitz ,
Yes, it is.
Are you behind a proxy? Disconnecting from corporate VPN should allow you to pull the image.
There is a key note in the Docker documentation that is not made very clear...
If you're behind an HTTP or HTTPS proxy server, for example in corporate settings, the daemon proxy configurations must be specified in the systemd service file, not in the daemon.json file or using environment variables.
To configure Docker behind a proxy, follow these instructions.
... View more