How variables are passed to docker containers ?
My application uses environnement variable to handle environnement specific configurations.
I am used to defined those variables into the "variables" tab of railway. How thoses variables are passed to the container ? Does Railway use
docker run ... -e xx=yy
internally ?
Thank you5 Replies