-
Notifications
You must be signed in to change notification settings - Fork 6k
Improve default setup #1447
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
@kylecarbs What are you thinking of providing in the docs here? Most of the Dockerfile stuff is stuff that's normally already done on bare metal machines as standard linux stuff. Only reason we have to do it is because docker images are normally stripped down. |
I mean for deploying and using code-server daily. I use code-server on GCP and the setup (while similar) is quite different from the Docker cmd we provide by default. |
Like you mean running it as a systemd service? |
Or even running it in a screen, yea |
there used to be docs on running this as a systemd service... did someone remove them? |
|
@kylecarbs @nhooyr Thoughts? https://github.com/cdr/code-server/blob/default-setup/doc/GettingStarted.md Figured that we could use a bare setup guide-- one that doesn't include SSL or http proxy. |
Nice, like the screenshots. Lets use digital ocean instead as the default since we can provide a button and use the DO image which runs code-server on systemd. The image is built from this packer directory: https://github.com/codercom/do-marketplace-partners/tree/master/packer |
I provided the link there just so we can include it in the docs so users know what the image contains. |
Most people don't run code-server in a Dockerfile. Provide better examples for setting-up on bare metal.
The text was updated successfully, but these errors were encountered: