Replies: 1 comment 2 replies
-
My guess would be that it happens because they are all sharing the same data directory (which includes settings, the configuration file that contains the last opened workspace, etc). So one solution would be to start on different ports and with different data directories for each user.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are working as a driverless racing team and we need to connect and edit the codes remotely on the workstation. By using code-server, every time the page is refreshed, it would be redirected to someone else's.
I've tried starting multi sessions in different ports but it didn't help. Docker may not be possiable to use because full resources of computer is needed for the programs.
How to deal with that?
Beta Was this translation helpful? Give feedback.
All reactions