Replies: 1 comment 3 replies
-
Just double-checking, you're using coder's code-server and not microsoft's code-server? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mac m1 and docker desktop for map is unreliable, especially after reboot the docker daemon will not run.
podman and podman-compose are able to fix this and run code-server better.
however unable to to save yet.
docker-compose up
had no issue butpodman-compose up
give the following errorFailed to save 'test.py': Unable to write file 'vscode-remote://10.0.0.174:8443/config/workspace/test.py' (NoPermissions (FileSystemError): Error: EACCES: permission denied, open '/config/workspace/test.py')
unable to save anything.
any documentation for m1 mac vs-code server using podman would be ideal.
some permission issue
Beta Was this translation helpful? Give feedback.
All reactions