- [ x] I have tried with the latest version of Docker Desktop
- [ x] I have tried disabling enabled experimental features
- [ x] I have uploaded Diagnostics
- Diagnostics ID: 38964615-96AD-4738-BAB9-A5AC9A45E410/20210422075540
Expected behavior
I can pull docker images and run containers.
Actual behavior
Docker always hangs on random places while downloading.
This happens on my machine with all images I tried, even the simple example one:
$ docker run -d -p 80:80 docker/getting-started
Unable to find image 'docker/getting-started:latest' locally
latest: Pulling from docker/getting-started
069a56d6d07f: Already exists
2c36e9465b53: Downloading [=============================================> ] 6.257MB/6.903MB
cfcc925340bd: Download complete
5280a9b3efa9: Download complete
83380a3f4dde: Download complete
aedf4ca77dae: Download complete
e45379b4b21e: Download complete
45643c41063c: Download complete
Restarting docker or the mac does not help. I also tried with either using LAN or WLAN. Firewall is deactivated, no anti-virus software or something similar is running. Internet connection is stable.
I also tried with different docker settings, system prune ... nothing helped.
Information
- macOS Version: Big sur 11.2.3
- Intel chip or Apple chip: Apple Silicon
- Docker Desktop Version: 3.3.1 (63152)
Steps to reproduce the behavior
It is 100% reproducible with the example from docker:
docker run -d -p 80:80 docker/getting-started
Expected behavior
I can pull docker images and run containers.
Actual behavior
Docker always hangs on random places while downloading.
This happens on my machine with all images I tried, even the simple example one:
Restarting docker or the mac does not help. I also tried with either using LAN or WLAN. Firewall is deactivated, no anti-virus software or something similar is running. Internet connection is stable.
I also tried with different docker settings, system prune ... nothing helped.
Information
Steps to reproduce the behavior
It is 100% reproducible with the example from docker: