Replies: 2 comments 7 replies
-
logs
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Output of Docker Container
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
code-server --version
: latestI am trying to run code-server inside a ubuntu container and then trying to access it on host by exposing the internal port to external port but the page is not rendering
My Docker file
Steps to reproduce-
docker run -it -p 127.0.0.1:8085:8080 qascade/rev_engg_ubuntu:0.1
Beta Was this translation helpful? Give feedback.
All reactions