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
+2-1
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,6 @@ A collection of one-click buttons and scripts for deploying [code-server](https:
25
25
- Deployed containers do not persist, and are often rebuilt
26
26
- Containers can shut down when you are not using them, saving you money
27
27
- 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
28
-
- 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
+
- Most app platforms do not support running docker or virtual volume mounts in the container.
29
+
- Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below:
29
30
-[📄 Docs for code-server-deploy-container](deploy-container/)
0 commit comments