Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 319 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 319 Bytes

Deploy code-server

docker-compose up -d

Access code-server securely

ssh -L 8080:127.0.0.1:8080 user@your-remote-server

Using code-server

http://127.0.0.1:8080/

Screen Shot

For more information and reference >> Go to cdr/code-server