You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
This is interesting :-). I look at docker docs and it seems to support it. Implementing that in Rio would be a different approach since it is backed by kubernetes.(Will need to expose ports through kubernete services).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I would like to expose a range of ports like in
docker run
Why ?
I use "code-server" that is the on-premise vs/github codespace.
I don't know how many ports will be used
Expected behavior
-p 4000-5000:4000-5000
have to forward the specified range of ports to the container.Alternative
I'm able to so what I need using SubPath config as indicate into https://github.com/cdr/code-server/blob/37184f456c2f59a5741721928a8ef52767d7bf70/doc/FAQ.md#sub-paths
It's not blocker so let me know if you think it's possible to implement or not :)
The text was updated successfully, but these errors were encountered: