How to set environment variables in Windows Command Prompt so they’re passed in `docker run -e FOO -e …` like with bash export – CentOS
Is there a Windows equivalent to bash's export? I want to set an environment variable so that it's available to subsequent commands. I don't want to setx a permanent env variable. For example this works as expected with Docker for…