Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 452 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 452 Bytes

ca-code-server

Builds a vanilla code-server image with the exceptions of setting the app name fields to ca-code-labs and disabling the insecure http notification patch

Built-In Proxy

code-server has a built-in proxy allowing you to access different ports within the container at the path:

/proxy/{port}

For example, running locally can reach port 8080 in the container at the following URL:

http://localhost:3000/proxy/8080