-
Notifications
You must be signed in to change notification settings - Fork 381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to use CODE server IDE with DEVPOD #1568
Comments
Hi @yeldhomathew currently DevPod uses openvscode which is very similar to code server and offer like for like features, including port forwarding. Was this the only feature you wanted code server for? You could choose |
OpenVsCode is absolutely fine for me if I can do port forwarding. Unfortunately, port forwarding is not working while I am using OpenVsCode. I also saw that port forwarding is not possible while we using OpenVscode browser version (Pls refer gitpod-io/openvscode-server#260) Do you have any suggestion to make port forwarding works in Openvscode. |
Hi @yeldhomathew that's great. Sure, what you need to do is define the ports you want forwarded in your All you need to do is add that to your .devcontainer.json then run |
Hello @bkneis , { |
Hi @yeldhomathew thanks for providing your .devcontainer.json, I was able to reproduce your problem. The issue seems to be your base image Failing that the next best thing would be to build up your own image, using something like ubuntu as a base and installing ansible on top. I hope that helps! |
I am using Kubernetes provider. We would like to use IDE CODE server instead of openvscode (for port forwarding feature). Is it possible with devpod? if I customize a docker image (installing code server and expose in port 3000) Is it possible to the same image by devpod and can create a pod. Please suggest if any other work around to get code server with DEVPOD
The text was updated successfully, but these errors were encountered: