Expected behavior
My images are stored in file system outside of docker machine
Actual behavior
My images and containers has been removed due to system crash
Information
The biggest advantage of using docker in local development is that most of my work is stored in images and containers, containers might not be running but their state is saved in filesystem, that way when my computer restarts or crashers I still have access to my data.
My mac just crashed and after running docker I can see no images or containers available. That means I need to download and build everything from scratch - (back to vagrant times we are ?).
Docker tools didn’t have problems with this.