code-server-openshift icon indicating copy to clipboard operation
code-server-openshift copied to clipboard

Coder in your Kube/Docker/OpenShift cluster

Results 1 code-server-openshift issues
Sort by recently updated
recently updated
newest added

I tried to start a simple node server in code-server, but it require additional ports to work. If I only bind `8888` and `9000` port like [this](https://gist.githubusercontent.com/maple3142/4bb3bc8570d852c66d072c856d1e8b3c/raw/b4d90aac456b57164773013f93765a1c96363b0e/docker-stack.yml), it will work...