Setting environment inside a docker container from secrets
In a docker swarm, I need to setup an environment variable to the value of a docker secret.
I followed the answer here , but it does not work for me.
In a docker swarm, I need to setup an environment variable to the value of a docker secret.
I followed the answer here , but it does not work for me.