Skip to content
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

add dockerfile #42

Closed
wants to merge 1 commit into from
Closed

add dockerfile #42

wants to merge 1 commit into from

Conversation

tacyarg
Copy link

@tacyarg tacyarg commented Mar 6, 2019

Very basic implementation of a docker file, would need some optional arguments to support the certs

@sakanamax
Copy link

sakanamax commented Mar 6, 2019

@tacyarg
I try to build docker image with your Dockerfile.
and try to

docker run -d -p 9000:9000 image_name

when I connect http://localhost:9000
It just show wait for reply .....

@cyalide
Copy link

cyalide commented Mar 6, 2019

@sakanamax I can confirm the same behavior.

@jwm
Copy link

jwm commented Mar 6, 2019

Adding net-tools to the installed package list fixes this for me -- https://github.com/codercom/code-server/blob/master/packages/server/src/portScanner.ts needs netstat.

@kylecarbs
Copy link
Member

Closed in favor of #57. Feel free to make any touchups beyond that!

@kylecarbs kylecarbs closed this Mar 7, 2019
code-asher pushed a commit that referenced this pull request Jun 19, 2019
* Add docs

* Add guides for hosting

* Inital commit. Add quick start guide for self hosted

* Add info for flags

* Detail usage flags and provide examples

* Correct file types for certificate

* Add self-signed certificate guide, update .gitignore

* Add additional information.:

* Checkout to master

* Add transition document, add some links to readme

* Comment out some stuff

* Revise transition document

* Fix typo

* Add Google Cloud setup guide

* fix link

* Add guide links to readme

* Add AWS deployment guide

* Fixup based on PR suggestions

* Fixup ssl guide and readme

* Fix typo

* Add step to make binary executable

* Add digitalocean guide, update readme, add chmod steps just in case

* add information about securing the connection to each deploy guide

* Update doc/security/ssl.md

Co-Authored-By: nol166 <jmccamb@gmail.com>

* Fixup from PR suggestions

* Add guide for systemd for when ssh closes

* Fix typos

* VS Code Remote -> code-server

* Fix minor stylistics

* Update readme (#43)

* Update readme

* Add details about chrome warning

* Add back extension ID settings

* Add back SSL guide to readme

* State that chmod is likely not necessary

* Fix type

* Update readme

* Remove transition guide

* Revise readme based on suggestions. (#45)

* Update references to vscode-remote

* No Windows support yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants