You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
When removing the environment variables from Dockerfiles (docker.go#L61), it isn't clear that there were ever environment variables there to begin with. It would be good to potentially inject a single variable to be used as a comment (the JSON format doesn't allow comments) informing the user that the variables were removed.
Alternately, replacing the values with something to the effect of scrubbed by mayday would allow the user to see that the container was instantiated with the correct variable names even if they don't know the values.
When removing the environment variables from Dockerfiles (docker.go#L61), it isn't clear that there were ever environment variables there to begin with. It would be good to potentially inject a single variable to be used as a comment (the JSON format doesn't allow comments) informing the user that the variables were removed.
Alternately, replacing the values with something to the effect of
scrubbed by mayday
would allow the user to see that the container was instantiated with the correct variable names even if they don't know the values.Affects #32
The text was updated successfully, but these errors were encountered: