Changes between Version 30 and Version 31 of linux/docker


Ignore:
Timestamp:
2015/09/22 10:31:31 (9 years ago)
Author:
yuna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • linux/docker

    v30 v31  
    273273devicemapperの場合は、/var/lib/docker/devicemapper/devicemapper/[コンテナID]にボリューム本体とメタデータがある。コンテナ実行中であれば、/var/mapper/docker-xxxx:x-xxxxxxxxxx-[コンテナID]を利用できる。  
    274274 
     275= トラブルシューティング 
     276 
     277== パッケージがインストールできない 
     278 
     279CentOS7のコンテナ上で、下記のようなエラーメッセージと共にパッケージがインストールできないことがある(下記はhttpdの例)。 
     280 
     281{{{ 
     282Downloading packages: 
     283httpd-2.4.6-31.el7.centos.1.x86_64.rpm                                                               | 2.7 MB  00:00:03 
     284Running transaction check 
     285Running transaction test 
     286Transaction test succeeded 
     287Running transaction 
     288  Installing : httpd-2.4.6-31.el7.centos.1.x86_64                                                                       1/1 
     289Error unpacking rpm package httpd-2.4.6-31.el7.centos.1.x86_64 
     290error: unpacking of archive failed on file /usr/sbin/suexec: cpio: cap_set_file 
     291  Verifying  : httpd-2.4.6-31.el7.centos.1.x86_64                                                                       1/1 
     292 
     293Failed: 
     294  httpd.x86_64 0:2.4.6-31.el7.centos.1 
     295 
     296Complete! 
     297}}} 
     298 
     299Ubuntu14.04のカーネルはバージョンが古く、AUFSに機能が不足しているためエラーが発生することがある。ホストのカーネルを最新版にアップデートすることにより、解決する。