If I have a docker container that I started a while back, what is the best way to set an environment variable in that running container? I set an environment variable initia
Use export VAR=Value
export VAR=Value
Then type printenv in terminal to validate it is set correctly.
printenv