Command line in Docker container can't access environment variable
I have a docker container running an alpine image. I want to run a curl command that utilizes a cookie that is stored in a environment variable, TEST_VAR. I can't seem to figure out how to run this curl command…