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

permission denied with docker #84

Open
gsw945 opened this issue Sep 11, 2023 · 0 comments
Open

permission denied with docker #84

gsw945 opened this issue Sep 11, 2023 · 0 comments

Comments

@gsw945
Copy link

gsw945 commented Sep 11, 2023

docker-compose方式运行

workspace中创建文件没有权限
image

终端中尝试创建也提示没有权限
image


docker-compose.yml如下:

version: '3'
services:
  opensumi:
    image: ghcr.io/opensumi/opensumi-web:v1.20.0
    restart: unless-stopped
    stop_grace_period: 5s
    security_opt:
      - seccomp:unconfined
      - apparmor:unconfined
    ports:
      - "9000:8000" # HTTP
    user: "1000:1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant