-
Notifications
You must be signed in to change notification settings - Fork 247
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
Added support for CONTAINERS_STORAGE_CONF override #890
Conversation
Code looks good, but the tests don't like it. |
Can you squash the 5 commits into 1? |
LGTM |
Could you also squash your commits? |
@molar Are you still working on this, or would you prefer I take it over? |
Signed-off-by: Morten Larsen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restarted the tests, now they are green
LGTM
Following the discussion from here
The
DefaultStoreOptions
now checks if the environment variableCONTAINERS_STORAGE_CONF
is set and uses that pathfor the configuration file. This is in line with how podman does it.
Please let me know your thoughts