Skip to content

No Permissions running in Docker #673

@David-van-der-Sluijs

Description

@David-van-der-Sluijs
  • code-server version: Latest from Docker (codercom/code-server)
  • OS Version: Ubuntu 18.04

Description

When I create any file through the web, I get the error Permission denied writing to file (file:///home/coder/project/test.txt)

I've also tried appending :z to the Volume and even tried using the unsafe paramenter --privileged

Steps to Reproduce

  1. Run docker run --name Coder -it -p 8008:8443 -v ${PWD}:/home/coder/project codercom/code-server --allow-http --no-auth

  2. Go to 127.0.0.1:8008

  3. Create a file

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingwaiting-for-infoWaiting for more information from submitter

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions