How to Do a Clean Restart of a Docker Instance
If you are using Docker-Machine, make sure your are talking to the right one. Execute the command
docker-machine ls to find which one is currently active. It is also recommended to always redo the command:
eval "$(docker-machine env <docker machine name>)"
Procedure
Copyright © Cloud Software Group, Inc. All rights reserved.