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

Windows containers run: The file name is too long. (0x6f). #5577

Closed
2 tasks done
shirl3y opened this issue Jan 23, 2020 · 3 comments
Closed
2 tasks done

Windows containers run: The file name is too long. (0x6f). #5577

shirl3y opened this issue Jan 23, 2020 · 3 comments

Comments

@shirl3y
Copy link

shirl3y commented Jan 23, 2020

  • I have tried with the latest version of my channel (Stable or Edge)
  • I have uploaded Diagnostics
  • Diagnostics ID: 9DEEAB0F-9002-4A16-98F4-8D9A3C983B3B/20200123043949

Expected behavior

To be able to run windows hello-world container. It also fails for other docker images, but I'd expect to at least be able to run hello-world

Actual behavior

C:\windows\system32>docker run hello-world
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
ee446884f7be: Pull complete                                                                                             
8b4475a48151: Pull complete                                                                                             
7c57688e630a: Pull complete                                                                                             
Digest: sha256:9572f7cdcee8591948c2963463447a53466950b3fc15a247fcad1917ca215a2f
Status: Downloaded newer image for hello-world:latest
docker: Error response from daemon: container de51b24a8c04cb47ba265ce204126a4609baa2657f95d079f8450d9ca451729f encountered an error during Start: failure in a Windows system call: The file name is too long. (0x6f).

Information

  • Windows Version: Windows 10 Enterprise Version 1909 (OS Build 18363.592)

  • Docker Desktop Version: 19.03.5

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

  • It seems to be a new issue, but I'm not sure what version of docker I was on previously.

Steps to reproduce the behavior

  1. Reset Docker Desktop to factory defaults
  2. docker run hello-world

Other useful information

It looks like some of the default files in the windows image are too long. For example,
C:\ProgramData\Docker\windowsfilter\c9c2561d13347c01c45846eba2c7001f093dcf17d73daefac190d4850d681c6b\Files\Windows\System32\CatRoot\{F750E6C3-38EE-11D1-85E5-00C04FC295EE}\Microsoft-Windows-Services-ServiceController-ServerOS-Package~31bf3856ad364e35~amd64~~10.0.17763.973.cat

output of docker version

Client: Docker Engine - Community
 Version:           19.03.5
 API version:       1.40
 Go version:        go1.12.12
 Git commit:        633a0ea
 Built:             Wed Nov 13 07:22:37 2019
 OS/Arch:           windows/amd64
 Experimental:      true

Server: Docker Engine - Community
 Engine:
  Version:          19.03.5
  API version:      1.40 (minimum version 1.24)
  Go version:       go1.12.12
  Git commit:       633a0ea
  Built:            Wed Nov 13 07:36:50 2019
  OS/Arch:          windows/amd64
  Experimental:     true

output of docker info

Client:
 Debug Mode: false
 Plugins:
  app: Docker Application (Docker Inc., v0.8.0)
  buildx: Build with BuildKit (Docker Inc., v0.3.1-tp-docker)

Server:
 Containers: 1
  Running: 0
  Paused: 0
  Stopped: 1
 Images: 1
 Server Version: 19.03.5
 Storage Driver: windowsfilter (windows) lcow (linux)
  Windows:
  LCOW:
 Logging Driver: json-file
 Plugins:
  Volume: local
  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
 Swarm: inactive
 Default Isolation: hyperv
 Kernel Version: 10.0 18363 (18362.1.amd64fre.19h1_release.190318-1202)
 Operating System: Windows 10 Enterprise Version 1909 (OS Build 18363.592)
 OSType: windows
 Architecture: x86_64
 CPUs: 8
 Total Memory: 31.83GiB
 Name: <machine name>
 ID: TRMA:YEWZ:5L4P:5WBS:2TRM:PIJN:Z32U:I7LU:FMPC:WOEN:I7QP:UWRU
 Docker Root Dir: C:\ProgramData\Docker
 Debug Mode: true
  File Descriptors: -1
  Goroutines: 30
  System Time: 2020-01-23T12:35:51.6041135-08:00
  EventsListeners: 2
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: true
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false
 Product License: Community Engine```
@shirl3y
Copy link
Author

shirl3y commented Jan 23, 2020

Here is a snippet of the log file when running docker run hello-world

log1.txt

@mat007
Copy link
Member

mat007 commented Jan 24, 2020

This does not look like an issue with the Docker Desktop application itself but with the upstream docker windows container implementation so I'm closing this issue. Could you please open an issue on https://github.com/moby/moby instead as that is the more appropriate place.
Thanks!

@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 13, 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

3 participants