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

Commitb6a1f14

Browse files
authored
document docker-in-docker limitation (#53)
* document docker-in-docker limitation* fix typo
1 parent96b3e94 commitb6a1f14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp