Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos Docker无法从Docker hub中提取图像_Macos_Docker_Dockerhub_Macos Big Sur - Fatal编程技术网

Macos Docker无法从Docker hub中提取图像

Macos Docker无法从Docker hub中提取图像,macos,docker,dockerhub,macos-big-sur,Macos,Docker,Dockerhub,Macos Big Sur,我不能下载各种图片。mariadb和mysql的示例 docker-compose up Password: Docker Compose is now in the Docker CLI, try `docker compose up` Pulling db (mariadb:10.3)... 10.3: Pulling from library/mariadb 345e3491a907: Already exists 57671312ef6f: Already exist

我不能下载各种图片。mariadb和mysql的示例

docker-compose up         
Password:
Docker Compose is now in the Docker CLI, try `docker compose up`

Pulling db (mariadb:10.3)...
10.3: Pulling from library/mariadb
345e3491a907: Already exists
57671312ef6f: Already exists
5e9250ddb7d0: Already exists
2d512e2ff778: Pull complete
57c1a7dc2af9: Downloading [========================>                          ]  2.653MB/5.49MB
5f1da40ab8a2: Download complete
5d5cfc668726: Download complete
deb86f297614: Downloading [=======================>                           ]  601.3kB/1.273MB
6861f77e80d5: Download complete
4d7fc27a6a86: Download complete
b04e45a90e17: Download complete
cc20c2d09276: Download complete
d3e189f24a7d: Download complete
^CGracefully stopping... (press Ctrl+C again to force)
或mysql:

docker pull mysql
Using default tag: latest
latest: Pulling from library/mysql
f7ec5a41d630: Already exists 
9444bb562699: Pull complete 
6a4207b96940: Pull complete 
181cefd361ce: Downloading [===================>                               ]    556kB/1.419MB
8a2090759d8a: Download complete 
15f235e0d7ee: Download complete 
d870539cd9db: Download complete 
493aaa84617a: Download complete 
bfc0e534fc78: Downloading [=================================================> ]  114.9MB/115.8MB
fae20d253f9d: Download complete 
9350664305b3: Download complete 
e47da95a5aab: Download complete 
图像开始下载很快,但无法下载到某些层结束。我等了大约1分钟,什么也没发生。我看到下载会在不同的地方停止,例如mysql的另一次尝试:

docker pull mysql
Using default tag: latest
latest: Pulling from library/mysql
f7ec5a41d630: Already exists 
9444bb562699: Pull complete 
6a4207b96940: Pull complete 
181cefd361ce: Downloading [===================>                               ]  539.6kB/1.419MB
8a2090759d8a: Download complete 
15f235e0d7ee: Download complete 
d870539cd9db: Download complete 
493aaa84617a: Download complete 
bfc0e534fc78: Download complete 
fae20d253f9d: Download complete 
9350664305b3: Download complete 
e47da95a5aab: Download complete 
我在Docker desktop中扩展了磁盘资源,现在设置中的“磁盘映像大小”是32GB(使用22.4GB)