add Azure, Heroku to install docs

This commit is contained in:
Ben 2021-02-16 00:43:10 -05:00
parent 3fc556d4d5
commit b86c45f76e
No known key found for this signature in database
GPG Key ID: EB8C3CA53E63B1CB
1 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
# Install
- [Upgrading](#upgrading)
@ -14,6 +15,7 @@
- [Standalone Releases](#standalone-releases)
- [Docker](#docker)
- [helm](#helm)
- [App Engines (Azure, Heroku)](#app-engines)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@ -205,3 +207,10 @@ https://hub.docker.com/r/linuxserver/code-server
## helm
See [the chart](../ci/helm-chart).
## App Engines (Azure, Heroku)
These community images are optimized for use with popular app engines. They use the latest official [Docker](#docker) image, so they will always be up to date.
- [code-server-heroku](https://github.com/bpmct/code-server-heroku)
- [code-server-azure](https://github.com/bpmct/code-server-azure)