Email address of my node - Node parameters

Hi,

I’m looking for the email address with which my node is running. Is there a command (linux console) to display this parameter ?

More generally, is there a command to display some/all parameters used to run a node ?

Thanks in advance.

Hogion

docker inspect storagenode -f “{{ .Config.Env }}”

Thanks for the the command line.

Mine is :

docker inspect storagenode -f "{{.Config.Env }}"

(small difference in semicolons) :mag:

Hogion