October 2017
Beginner to intermediate
316 pages
8h
English
As we want to keep track of the logs and be able to reuse our data, we will need to give the Docker image some access to our filesystem. In our home folder, let's create a Neo4j folder and two subfolders named logs and data.
This script will do it for you on a GNU/Linux platform:
cd ~mkdir neo4jcd neo4jmkdir logsmkdir data
Read now
Unlock full access