Check is code-server is working #5582
Unanswered
paskalnikita
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Hmm seems like it should work. Silly question, is port 8080 exposed for you to access outside of the container? See docs here. |
Beta Was this translation helpful? Give feedback.
12 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I did
wget tar.gz
code-server and did entrypointbin/code-server
on mydocker image
. I did start container and got this logs:code-server | [2022-09-23T15:13:56.872Z] info code-server 4.7.0 7f108c61ab670ccaae4cfde5de2909c003db1ce8 code-server | [2022-09-23T15:13:56.873Z] info Using user-data-dir ~/.local/share/code-server code-server | [2022-09-23T15:13:56.882Z] info Using config file ~/.config/code-server/config.yaml code-server | [2022-09-23T15:13:56.883Z] info HTTP server listening on http://127.0.0.1:8080/ code-server | [2022-09-23T15:13:56.883Z] info - Authentication is enabled code-server | [2022-09-23T15:13:56.883Z] info - Using password from $PASSWORD code-server | [2022-09-23T15:13:56.883Z] info - Not serving HTTPS
But whenever I am trying to enter http://127.0.0.1:8080/ i am getting blank page without any logs appearing on console, should I run install or whatever to being able to use it?
Beta Was this translation helpful? Give feedback.
All reactions