首页 > 解决方案 > 在 GCP Docker 镜像拉取时出现错误:重新执行 cmd 上的 Untar 错误:fork/exec /proc/self/exe: stale NFS file handle

问题描述

在 Google Cloud Platform 的控制台中,我尝试提取并设置 Docker 映像: sudo docker pull nginx:1.10.0但遇到错误:

~$ sudo docker pull nginx:1.10.0 1.10.0: Pulling from library/nginx 51f5c6a04d83: Extracting [==================================================>] 51.36 MB/51.36 MB a3ed95caeb02: Download complete 14ef99dba46e: Download complete 3e91b3ec524a: Download complete FATA[0002] failed to register layer: Untar error on re-exec cmd: fork/exec /proc/self/exe: stale NFS file handle

有人遇到过同样的问题吗?

标签: dockergoogle-cloud-platform

解决方案


推荐阅读