dockerode
dockerode copied to clipboard
How to load the environment variables from a file in dockerode?
Like in cli docker run command we have: docker run --env-file ./env.list ubuntu bash
Is there any option in dockerode where we can load the environment variables from a file?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Open a new issue if needed.