From b86c45f76e99051eb72f6c03da5601ca063b3224 Mon Sep 17 00:00:00 2001 From: Ben Date: Tue, 16 Feb 2021 00:43:10 -0500 Subject: [PATCH] add Azure, Heroku to install docs --- docs/install.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/install.md b/docs/install.md index f69d24c9..9bd45a50 100644 --- a/docs/install.md +++ b/docs/install.md @@ -1,5 +1,6 @@ + # Install - [Upgrading](#upgrading) @@ -14,6 +15,7 @@ - [Standalone Releases](#standalone-releases) - [Docker](#docker) - [helm](#helm) +- [App Engines (Azure, Heroku)](#app-engines) @@ -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)