Make sure you have the latest docker installed.
Make sure you have opened and not binded with other applications 8575/tcp, 30311/udp ports in order to communicated with node via rpc endpoint(8575) and also node can communicate with other nodes in network via p2p(30311). Websocket modules avialable at 8576 port. Also make sure you dont covered by nat or any other network stuff.
In order to run localy with docker you need to create folder for persist data inside container.
mkdirgraphite-datachown10001:10001graphite-data
After creating folder you need to run init task to inject genesis and persist it. You can do it with following command:
Prepare your public key for inject into entrypoint with flag --epaddr. In example we will be using 0x4a0bfdAB7306b2Df31E26aF20fC423803625E4b6 address. Now you can run your node. In order to do it use following command: