Closed Morgy93 closed 7 years ago
I think this is probably a dupe of this issue: https://github.com/docker/for-win/issues/584#issuecomment-286792858
Please comment if you don't think that's the case.
Closed issues are locked after 30 days of inactivity. This helps our team focus on active issues.
If you have found a problem that seems similar to this, please open a new issue.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle locked
Expected behavior
I have my docker container up and running fine and after restarting docker itself it should restart and work again fine with all volumes.
Actual behavior
I have my docker container up and running fine and after restarting docker itself my defined volumes are missing. We'll they're there but the content is missing.
Information
Steps to reproduce the behavior
docker-compose up
docker exec -it mgt bash
ls /home/cloudpanel/sync
docker exec -it mgt bash
ls /home/cloudpanel/sync
docker-compose stop
docker-compose start