add instructions for updating code-server

This commit is contained in:
Ben
2021-04-28 01:01:24 +00:00
parent b85a8479dc
commit 4797d0efc8
3 changed files with 12 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ Docker Hub: `bencdr/code-server-deploy-container`
## Modifying your code-server environment
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
```Dockerfile

View File

@@ -51,4 +51,8 @@ Press the button in the top right of the repo, or or click to [use this template
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
See the [deploy-container README](../deploy-container) for other config vars for your environment.
See the [deploy-container README](../deploy-container) for other config vars for your environment.
---
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.

View File

@@ -43,4 +43,8 @@ You also need to specity a `PASSWORD` and a `GIT_REPO` to clone in your environm
1. (Optional): [Configure rclone](https://github.com/cdr/deploy-code-server/tree/main/deploy-container#-persist-your-filesystem-with-rclone) so that you can save your VS Code config and files without commiting
See the [deploy-container README](../deploy-container) for other config vars for your environment.
See the [deploy-container README](../deploy-container) for other config vars for your environment.
---
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.