Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/deploy-code-serverPublic template

Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻

License

NotificationsYou must be signed in to change notification settings

coder/deploy-code-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of one-click buttons and scripts for deployingcode-server to various cloud hosting platforms. The fastest way to get a code-server environment! ☁️

NameTypeLowest-Price PlanDeploy
AWS EC2AWS EC2VMFree Tier, 1 CPU, 1 GB RAMsee guide
DigitalOceanDigitalOceanVM$5/mo, 1 CPU, 1 GB RAMsee guide
VultrVultrVM$3.50/mo, 1 CPU, 512 MB RAMcoming soon
LinodeLinodeVM$5/mo, 1 CPU, 1 GB RAMsee guide
RailwayRailwayContainerFree, Shared CPU, 1 GB RAM 🚀see guide
HerokuHerokuContainerFree, 1 CPU, 512 MB RAMsee guide
Azure App ServiceAzure App ServiceContainerFree, 1 CPU, 1 GB RAMsee guide
CoderCoderDev WorkspaceFor developer teams 👨🏼‍💻read the docs

code-server on a VM vs. a Container

  • VMs are deployed once, and then can be modified to install new software
    • You need to save "snapshots" to use your latest images
    • Storage is always persistent, and you can usually add extra volumes
    • VMs can support many workloads, such as running Docker or Kubernetes clusters
    • 👀 Docs for the VM install script
  • Deployed containers do not persist, and are often rebuilt
    • Containers can shut down when you are not using them, saving you money
    • All software and dependencies need to be defined in theDockerfile or install script so they aren't destroyed on a rebuild. This is great if you want to have a new, clean environment every time you code
    • Storage may not be redundant. You may have to userclone to store your filesystem on a cloud service, for info:
  • 📄 Docs for code-server-deploy-container

About

Deploy code-server to the cloud with a few clicks ☁️ 👨🏼‍💻

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors22


[8]ページ先頭

©2009-2025 Movatter.jp