What should be the default behavior when running docker run zfnd/zebra
#5972
gustavovalverde
started this conversation in
Brainstorming
Replies: 2 comments
-
I think the Dockerfile config is fine, the default Zebra config would probably also be fine. I'm not sure about the Zebra state path in the Dockerfile config. It's not what Zebra would use by default outside Docker, or if run inside Docker without a config. What is the convention for cache or permanent data paths in Docker images? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@gustavovalverde did you get your answer here, can you close this one if so? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While working with #5968 I realized our Docker
CMD
andENTRYPOINT
might not have an optimal logic.Nonetheless, to change this we should agree on what the default behavior should be when someone runs
docker run zfnd/zebra
, as of now the default is runningzebrad -c <configuration_file_path> start
, using the configuration file built in the Dockerfile: https://github.com/ZcashFoundation/zebra/blob/main/docker/Dockerfile#L165-L180Should we expect something different?
Beta Was this translation helpful? Give feedback.
All reactions