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
To:
you can use
--env-file key_value_file.txt
option:
docker run --env-file key_value_file.txt $INSTANCE_ID