-
Notifications
You must be signed in to change notification settings - Fork 26
FAQ
Charlie Revett edited this page Sep 4, 2018
·
7 revisions
Page offering solutions to common problems.
This can be linked to a number of generic Docker issues so it is worth ruling these out before investigating if it is an issue with neo-local.
Firstly, Docker can act strange if it using too much disk space, so first run:
docker system prune --volumes
See documentation: https://docs.docker.com/config/pruning/#prune-everything
Secondly, Docker can sometimes get in a muddle so its best to clear all existing containers, so run:
docker-compose down
See documentation: https://docs.docker.com/compose/reference/down
If neither of these work, please contact support or raise an issue.
If anything on this page is incorrect or does not work, then please raise a new Github issue!