Hi Gerrit,
Thanks I took your note and worked a little bit with the possible combination of using or not escaping characters inside the chain of commands and finally plugin was installed. Plugin apoc-extended installed but the options -e NEO4J_dbms_security_procedures_unrestricted=apoc.* -e NEO4J_dbms_security_procedures_allowlist=apoc.* appeared not to be working with it, but plugin apoc worked completely.
This is the result:
PS E:\DockerRps\neo4j> docker run --name neo4j-apoc -e NEO4J_AUTH=neo4j/pleaseletmein -p 7474:7474 -p 7687:7687 -e NEO4J_apoc_export_file_enabled=true -e NEO4J_apoc_import_file_enabled=true -e NEO4J_apoc_import_file_use__neo4j__config=true -e NEO4J_PLUGINS='["apoc"]' -e NEO4J_dbms_security_procedures_unrestricted=apoc.* -e NEO4J_dbms_security_procedures_allowlist=apoc.* neo4j:5.13.0
Installing Plugin 'apoc' from /var/lib/neo4j/labs/apoc-*-core.jar to /var/lib/neo4j/plugins/apoc.jar
Applying default values for plugin apoc to neo4j.conf
Changed password for user 'neo4j'. IMPORTANT: this change will only take effect if performed before the database is started for the first time.
2023-12-26 18:00:33.918+0000 INFO Logging config in use: File '/var/lib/neo4j/conf/user-logs.xml'
2023-12-26 18:00:33.936+0000 INFO Starting...
2023-12-26 18:00:34.626+0000 INFO This instance is ServerId{38ebf6ce} (38ebf6ce-0e46-4502-a5d2-da91d0800ab9)
2023-12-26 18:00:35.396+0000 INFO ======== Neo4j 5.13.0 ========
2023-12-26 18:00:39.801+0000 INFO Bolt enabled on 0.0.0.0:7687.
2023-12-26 18:00:40.316+0000 INFO HTTP enabled on 0.0.0.0:7474.
2023-12-26 18:00:40.317+0000 INFO Remote interface available at http://localhost:7474/
2023-12-26 18:00:40.319+0000 INFO id: 066E628C9AD028D243C6B002809E4D07D5B7D7BB9C31088D3875CCBB58D2CE79
2023-12-26 18:00:40.320+0000 INFO name: system
2023-12-26 18:00:40.321+0000 INFO creationDate: 2023-12-26T18:00:36.079Z
2023-12-26 18:00:40.321+0000 INFO Started.