mirror of
https://github.com/electerm/electerm-web-docker.git
synced 2026-04-25 05:35:53 +03:00
[GH-ISSUE #9] Docker run failed #7
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/electerm-web-docker#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @narwhrl on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/electerm/electerm-web-docker/issues/9
Docker version :
26.1.2, build 211e74bImage version:
docker.io/zxdong262/electerm-web:latestSystem version:
Debian GNU/Linux 12 (bookworm)(ssh command line env.)Linux version:
6.8.9-x64v4-xanmod1CPU_Arch:
x86_64docker run logs:
@zxdong262 commented on GitHub (Jun 8, 2024):
Can you check if current user have permission on folder: /root/electerm-web-data ?
@narwhrl commented on GitHub (Jun 9, 2024):
Thanks! Problem solved with setting the folder 777 permission.
Though it's weird that current user (root) had no permission to mkdir.
Maybe the container use another specific user in docker environment?