-
Notifications
You must be signed in to change notification settings - Fork 5.9k
running in docker, result in 404 not found #651
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
Comments
It works if I build from master. It seems to be a problem with version published on the docker hub (1.939 / latest) |
I find myself making a mistake. I checked the files there, It has a name |
I have similar problem, but with a bit other error:
curl:
Mentioned workaround didn't work for me. Any hints what should I be looking for? |
As I explained above, I think you should try this. curl -H 'Accept-Encoding: gzip, deflate' http://url.to.your.server |
code-server
version: docker: codercom/code-server:latestDescription
I run code-server in docker,but when visit it ,get 404 response.
Steps to Reproduce
I run docker command below:
docker run -it -d --network subnet --ip=172.19.0.200 -v "${PWD}:/home/coder/project" --name code-server codercom/code-server --allow-http --no-auth
and curl it:
get the response below:
addition information
The text was updated successfully, but these errors were encountered: