mirror of
https://github.com/monero-project/monero.git
synced 2025-12-12 15:50:28 -08:00
According to Dockerfile best practices (https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#entrypoint) the best use for ENTRYPOINT is to set the image’s main command and then use CMD as the default flags. This makes it easier to change the flags passed to monerod when running the Docker image.
1.6 KiB
1.6 KiB