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

Weird files in the root of the container. #5132

Closed
bplasmeijer opened this issue Nov 14, 2019 · 4 comments
Closed

Weird files in the root of the container. #5132

bplasmeijer opened this issue Nov 14, 2019 · 4 comments

Comments

@bplasmeijer
Copy link

bplasmeijer commented Nov 14, 2019

  • [X ] I have tried with the latest version of my channel (Stable or Edge)
  • [X ] I have uploaded Diagnostics
  • Diagnostics ID: 85F2463F-C30E-4913-804D-E06065CD307F/20191114020740

Expected behavior

I do NOT expect weird files in the root of the container.

docker run -it mcr.microsoft.com/windows/servercore:ltsc2019 Powershell works fine on servercore:ltsc2019.

image

Actual behavior

Weird files in the root of the container when using a simple docker file

image

Information

  • Windows Version:

image

  • Docker Desktop Version:

image

I did try EDGE too

  • Are you running inside a virtualized Windows, e.g., on a cloud server or a mac VM:

Hyper-V

Steps to reproduce the behavior

FROM mcr.microsoft.com/windows/servercore:ltsc2019
LABEL maintainer="bla@bla.com"

docker build --no-cache -t "bla" .
docker run -it bla:latest powershell

image

@bplasmeijer
Copy link
Author

bplasmeijer commented Nov 15, 2019

NO weird files

docker run -it mcr.microsoft.com/windows/servercore:1909

image

DOCKERFILE

FROM mcr.microsoft.com/windows/servercore:1909
LABEL maintainer="bla@bla.com"

RUN
docker build -t "me" .
docker run -it me:latest powershell

image

@bplasmeijer
Copy link
Author

I close the ticker based on Endpoint Traps protection , https://live.paloaltonetworks.com/t5/General-Topics/weird-file-in-device-with-TRAPS/td-p/212014

@bplasmeijer
Copy link
Author

bplasmeijer commented Dec 4, 2019

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jul 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants