Skip to content
Charlie Revett edited this page Aug 23, 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

Join our neo-local Slack channel for direct support!

Clone this wiki locally