Skip to content

Commit b6a1f14

Browse files
authored
document docker-in-docker limitation (#53)
* document docker-in-docker limitation * fix typo
1 parent 96b3e94 commit b6a1f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ A collection of one-click buttons and scripts for deploying [code-server](https:
2525
- Deployed containers do not persist, and are often rebuilt
2626
- Containers can shut down when you are not using them, saving you money
2727
- 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:
2930
- [📄 Docs for code-server-deploy-container](deploy-container/)

0 commit comments

Comments
 (0)