Docker 從13.0 升級到 14.1后,無法加載原來的容器。
[root@localhost ~]# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
gpdb gpmaster 0b69fa63c7a4 3 months ago 905.3 MB
centos gpmaster 7ac20e7e8d01 4 months ago 478.1 MB
centos centos6 68edf809afe7 4 months ago 212.7 MB
centos centos7 87e5b6b3ccc1 4 months ago 224 MB
centos latest 87e5b6b3ccc1 4 months ago 224 MB
[root@localhost ~]# docker start gpmaster
gpmaster
[root@localhost ~]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
[root@localhost ~]# docker logs gpmaster
lxc-start: unknown capability chown
lxc-start: failed to keep requested caps
lxc-start: failed to setup the container
lxc-start: invalid sequence number 1. expected 2
lxc-start: failed to spawn 'a5335f34b77979fcf638a695449159f9f7aa9d8e6076692197fc8dd74b5823f7'
lxc-start: The container failed to start.
lxc-start: Additional information can be obtained by setting the --logfile and --logpriority options.
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/98755.html
標籤:Docker
