Findig Config Parameters

You can use this command:

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

However, I would recommend to write your full docker run command somewhere, to batch file for example, or use a docker-compose.yaml:

But replace <containername> with something like storagenode1, <"/Path/to/identity/files"> and <"/Path/to/Data/storage/location"> to your actual paths and so on. The < and > should be removed too.