2016-09-19 91 views
1

我想使用docker与amazon的弹性文件系统(EFS)。所以我在EC2机器上挂载了EFS,并在Docker配置文件中设置了一个efs文件夹作为docker根文件夹。但是,当我想创建一个像我得到这个错误:Amazon EFS&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 

在泊坞窗日志我得到这个错误:

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 

任何想法如何,我可以解决这个问题?

回答

相关问题