Expected behavior
All containers should running without issues
Actual behavior
When update to docker-ce:17.03.2-ce, some containers breaks and cannot running. I get this error :
error creating aufs mount to /var/lib/docker/aufs/mnt
Information
- Using Ubuntu 16.04
- Docker CE version 17.03.2-ce
- For example, I reproduce this with last redis or node images
Steps to reproduce the behavior
- Update my docker-ce package to the last version in Ubuntu (17.03.2-ce)
- Run containers with
docker-compose up -d command and get errors like the quoted error in Actual behavior (reproducing today)
Am I the only one to reproduce this ?