2016-09-19 86 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 

任何想法如何,我可以解決這個問題?

回答

相關問題