From 88503ca94e5f4a25762e0cb9f17b0de9c9ea5b72 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 13 Aug 2021 08:59:57 -0500 Subject: [PATCH 1/3] document docker-in-docker limitation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5ce6322..d6609dc0 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,6 @@ A collection of one-click buttons and scripts for deploying [code-server](https: - Deployed containers do not persist, and are often rebuilt - Containers can shut down when you are not using them, 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 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: + - Most app platforms do not support running docker or virtual volume mounts in the container. + - Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below: - [📄 Docs for code-server-deploy-container](deploy-container/) From d0b34f50d38a386d0ac5f4bad656d583936d2681 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 13 Aug 2021 09:00:26 -0500 Subject: [PATCH 2/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6609dc0..1b636367 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ A collection of one-click buttons and scripts for deploying [code-server](https: - Deployed containers do not persist, and are often rebuilt - Containers can shut down when you are not using them, 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 new, clean environment every time you code - - Most app platforms do not support running docker or virtual volume mounts in the container. + - Most app platforms do not support running docker or virtual volume mounts in the container. - Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below: - [📄 Docs for code-server-deploy-container](deploy-container/) From f971009be4deb64e7bf370ae31e19285fe784253 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Fri, 13 Aug 2021 09:02:45 -0500 Subject: [PATCH 3/3] fix indentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b636367..7ed72667 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,4 @@ A collection of one-click buttons and scripts for deploying [code-server](https: - 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 - Most app platforms do not support running docker or virtual volume mounts in the container. - Storage may not be persistent. You may have to use [rclone](https://rclone.org/) to store your filesystem on a cloud service. Documented below: -- [📄 Docs for code-server-deploy-container](deploy-container/) + - [📄 Docs for code-server-deploy-container](deploy-container/)