-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
[BUG] error initializing graphdriver: #47
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This is also unusable in Windows 10, 22H2. The initialization never finishes because of this error. |
Windows isn't a tested platform for our containers : https://docs.linuxserver.io/misc/support-policy/#formally-supported-environments |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
When using provided compose configuration, this error occurs:
failed to start daemon: error initializing graphdriver: error changing permissions on file for metacopy check: chmod /opt/docker/metacopy-check3657011692/merged/f: permission denied time="2024-01-22T15:18:06.561768252Z" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Expected Behavior
No response
Steps To Reproduce
services: kasm: image: lscr.io/linuxserver/kasm:latest container_name: kasm privileged: true environment: - KASM_PORT=443 volumes: - /path/to/data:/opt ports: - 3000:3000 - 443:443 restart: unless-stopped
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: