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

Remove loading docker config inside dev container #740

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

mbrandenburger
Copy link
Contributor

With recent versions of Docker Desktop (and others Rancher Desktop), the docker configuration loaded into the dev container can not resolve the path to the docker socket. We let users the option to mount the docker configuration inside the container if needed.

This PR fixes #715

@mbrandenburger mbrandenburger requested a review from a team as a code owner October 20, 2023 11:09
@mbrandenburger
Copy link
Contributor Author

mbrandenburger commented Oct 20, 2023

@munapower This should resolve Issue #715! Can you please test it. Will keep this as draft for now.

@mbrandenburger mbrandenburger marked this pull request as draft October 20, 2023 11:16
@mbrandenburger mbrandenburger self-assigned this Oct 20, 2023
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
With recent versions of Docker Desktop (and others Rancher Desktop), the
docker configuration loaded into the dev container can not resolve the
path to the docker socket. We let users the option to mount the docker
configuration inside the container if needed.

Signed-off-by: Marcus Brandenburger <[email protected]>
@mbrandenburger mbrandenburger marked this pull request as ready for review October 25, 2023 08:39
@mbrandenburger mbrandenburger merged commit 67a19b0 into hyperledger:main Oct 26, 2023
2 checks passed
@mbrandenburger mbrandenburger deleted the docker-config branch October 26, 2023 13:50
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.

Docker commands are not found inside the development environment
2 participants