On Oct 9, 2015 20:57, "Yaroslav Halchenko" <deb...@onerussian.com> wrote: > I have pulled in backported kernel (started to experience some issues > with btrfs) 4.1.0-0.bpo.2-amd64 for jessie, meanwhile also did system apt-get > upgrade. > > Upon reboot: According to du -scm /var/lib/docker/ I still have around 50GB of > "stuff" but docker ps -a and docker images are now empty. I have managed to > pull in the same image (neurodebian:sid) which I had before and now it is > visible among images and I can run/generate new containers. But I wonder > why my older images and containers are not visible now... are they lost or I > need older kernel (3.16.0-4-amd64) to access them (didn't even try to reboot > into old one yet -- remote system etc)
Can you give the output of "docker info" ? My guess is an accidental switch of graph drivers (since that's the usual culprit for images disappearing as you describe). - Tianon