You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ A collection of one-click buttons and scripts for deploying code-server to vario
22
22
- VMs can support many workloads, such as running Docker or Kubernetes clusters
23
23
-[👀 Docs for the VM install script](deploy-vm/)
24
24
- Deployed containers do not persist, and are often rebuilt
25
-
- Containers can shut down when you are not using it, saving you money
25
+
- Containers can shut down when you are not using them, saving you money
26
26
- All software and dependencies need to be defined in the `Dockerfile` 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
27
27
- Storage may not be redundant. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service, for info:
28
28
-[📄 Docs for code-server-deploy-container](deploy-container/)
0 commit comments