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

.Net Core Attach support for windows container #1948

Merged
merged 5 commits into from
May 15, 2020
Merged

Conversation

ravipal
Copy link
Contributor

@ravipal ravipal commented May 6, 2020

Earlier we were not handling the windows container during attach. Now added support. But docker cp command is not supported on hyper-v containers, which is the default in windows 10. So still this doesn't address most of the windows container. At least now this will provide a better error message.
Fixes: #1662

@ravipal ravipal requested review from karolz-ms and bwateratmsft May 6, 2020 23:05
@ravipal ravipal requested a review from a team as a code owner May 6, 2020 23:05
src/debugging/netcore/NetCoreDebugHelper.ts Outdated Show resolved Hide resolved
src/utils/osUtils.ts Outdated Show resolved Hide resolved
src/utils/osUtils.ts Outdated Show resolved Hide resolved
src/debugging/netcore/NetCoreDebugHelper.ts Outdated Show resolved Hide resolved
@bwateratmsft bwateratmsft added this to the 1.3.0 milestone May 7, 2020
src/utils/osUtils.ts Outdated Show resolved Hide resolved
src/utils/osUtils.ts Outdated Show resolved Hide resolved
@ravipal ravipal merged commit 9961fbd into master May 15, 2020
@ravipal ravipal deleted the ravipal/AttachWindows branch May 15, 2020 18:03
@bwateratmsft bwateratmsft removed this from the 1.3.0 milestone May 21, 2020
Dmarch28 pushed a commit to Dmarch28/vscode-docker that referenced this pull request Mar 4, 2021
* Attach support for windows container

* update message

* fix typo

* Use dockerode to get inspect info

* use docker os instead of contaier os
@microsoft microsoft locked and limited conversation to collaborators Oct 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET Core Attach support for Windows containers
3 participants