I created a Docker container with the following command:
docker run \
--name neo4j_server \
--publish=7474:7474 --publish=7687:7687 \
--volume=$PWD/data:/data \
--volume=$PWD/plugins:/plugins \
--volume=$PWD/import:/import \
-...
Thanks for reply David.
In this case (community), on docker image, the default db called neo4j is a system db structure or is a blank db for starts a project?
If is a blank, how i can rename that?