-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gateway spec: support envfile #80
Comments
This is actually required to have env values containing "//" apparently:
Lines 6 to 13 in d3384d3
|
I had tried to work around this using I ended up putting it into |
closing as super-seeded by #175 |
I think it would be good to have support for "envfile:PATH" next to "env:NAME=value" with the gateway spec (https://codespeak.net/execnet/basics.html#execnet.makegateway).
This format should be the same as with Docker's
--env-file
, i.e. a NAME=value pair per line.The text was updated successfully, but these errors were encountered: