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

fix(docker): prepending docker_exe to PATH #42

Merged
merged 1 commit into from
Oct 6, 2023
Merged

fix(docker): prepending docker_exe to PATH #42

merged 1 commit into from
Oct 6, 2023

Conversation

miki725
Copy link
Contributor

@miki725 miki725 commented Oct 6, 2023

Issue

Currently docker_exe was being appended to PATH which meant that given docker_exe configuration didnt take any precedence in case there are multiple docker instances on PATH (which seems to be case, at least in Ubuntu).

By prepending provided path, if exists, takes precedence over other dirs in PATH.

currently docker_exe was being appended to PATH
which meant that given `docker_exe` configuration
didnt take any precedence in case there are multiple
`docker` instances on `PATH` (which seems to be case,
at least in Ubuntu).

By prepending provided path, if exists, takes precedence
over other dirs in PATH.
@miki725 miki725 requested a review from viega as a code owner October 6, 2023 02:13
@miki725 miki725 merged commit 0a573fb into main Oct 6, 2023
2 checks passed
@miki725 miki725 deleted the ms/dockerexe branch October 6, 2023 02:40
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.

2 participants