Closed
Description
Description
I couldn’t find a way to logout of the code server once logged in to the code-server
The following docker command was used to host the code-server
docker run -it -p 127.0.0.1:8443:8443 -v "${PWD}:/home/coder/project" codercom/code-server --allow-http --no-auth
This functionality is kind of important to me as sometimes I have to use different machines temporarily. Is there by chance a way for me to logout? Thanks a lot.