You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
was looking for a docker image for story and story-geth. I see the PR and see the approach. I think its nice to have the configurations for a local devnet, but a docker image actually should not have any configuration files, etc.
Just a slim container with the binaries and running as a non-root user is perfect. Everything else should be read from environment or configurations mapped into the container.
This keeps the image usable for different networks and decreases the management for your team and dont need to release new images if a configuration needs to be fixed, which will confuse other teams.
Support running nodes using Docker:
Coinbase requires the RPC node to run using Docker:
Please ensure that your Dockerfile and related files such as entrypoint.sh:
Provide a method to sync from snapshots in both testnet and mainnet (optional for day 1 asset)Developers can use Docker to run localnet for easier testing and development.
The text was updated successfully, but these errors were encountered: