This commit is contained in:
Ben
2021-03-04 11:34:51 -05:00
parent 0efcabbc85
commit 82e6d18743

View File

@@ -22,6 +22,6 @@ A collection of one-click buttons and scripts for deploying code-server to vario
- [👀 Docs for the VM install script](deploy-vm/)
- Deployed containers do not persist, and are often rebuilt
- Containers can shut down when you are not using it, saving you money
- 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 consistant environment every time.
- 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
- Storage may not be redundant. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service, for info:
- [📄 Docs for code-server-deploy-container](deploy-container/)