Skip to content
Charlie Revett edited this page Sep 4, 2018 · 7 revisions

What?

Page offering solutions to common problems.

Outline


Error when running make run

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.

Join our neo-local Slack channel for direct support!

Clone this wiki locally