Skip to content
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

docker: Respect $DOCKER_HOST #424

Merged
merged 1 commit into from
Jan 29, 2023
Merged

Conversation

WhyNotHugo
Copy link
Contributor

The existing path is the default/fallback (and usually the correct one when running docker as root). This environment variable is what docker will use if it is defined, and is usually defined when running docker rootless (or podman, or some other drop-in replacement).

Fixes: #423

The existing path is the default/fallback (and usually the correct one
when running docker as root). This environment variable is what docker
will use if it is defined, and is usually defined when running docker
rootless (or podman, or some other drop-in replacement).

Fixes: #423
@WhyNotHugo
Copy link
Contributor Author

CI issues are unrelated and addressed in #426

@dalance
Copy link
Owner

dalance commented Jan 29, 2023

Thank you for your contribution!

@dalance dalance merged commit f8fb72d into dalance:master Jan 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect DOCKER_HOST for reading docker info
2 participants