【发布时间】:2016-09-19 10:15:44
【问题描述】:
我想将 docker 与亚马逊的弹性文件系统 (EFS) 一起使用。所以我在 EC2 机器上挂载了 EFS,并在 docker config 文件中将 efs-folder 设置为 docker 根文件夹。但是当我想创建一个图像时,我得到了这个错误:
Step 1 : FROM ubuntu:14.04
14.04: Pulling from library/ubuntu
862a3e9af0ae: Extracting [==================================================>] 65.7 MB/65.7 MB
6498e51874bf: Download complete
159ebdd1959b: Download complete
0fdbedd3771a: Download complete
7a1f7116d1e3: Download complete
failed to register layer: Error processing tar file(exit status 1): errno 524
在 docker 日志中我收到此错误:
Error trying v2 registry: failed to register layer: Error processing tar file(exit status 1): errno 524
Attempting next endpoint for pull after error: failed to register layer: Error processing tar file(exit status 1): errno 524
有什么办法可以解决这个问题吗?
【问题讨论】:
标签: docker amazon-ec2 amazon