Is there any good reason to run mackerel-agent command with -v option (verbose option) in startup.sh?
I think mackerel-agent command treats $OTHER_OPTS environment variable so if you want to set default option, you should use ENV command in Dockerfile, so we can overwrite default options as we need.
Is there any good reason to run
mackerel-agentcommand with-voption (verbose option) instartup.sh?I think
mackerel-agentcommand treats$OTHER_OPTSenvironment variable so if you want to set default option, you should useENVcommand inDockerfile, so we can overwrite default options as we need.