Home > other >  Docker after the upgrade from 13.0 to 14.1, unable to load the container
Docker after the upgrade from 13.0 to 14.1, unable to load the container

Time:09-30

Docker after the upgrade from 13.0 to 14.1, unable to load the container,

/root @ localhost ~ # docker images'
The REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
GPDB gpmaster 0 b69fa63c7a4 3 have a line 905.3 MB
Centos gpmaster 7 ac20e7e8d01 4 have a line 478.1 MB
Centos centos6 68 edf809afe7 4 have a line 212.7 MB
Centos centos7 87 e5b6b3ccc1 4 have a line 224 MB
Centos latest 87 e5b6b3ccc1 4 have a line 224 MB

/root @ localhost ~ # docker start gpmaster
Gpmaster

/root @ localhost ~ # docker ps
The 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. The 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.


  • Related