mirror of https://git.tuxpa.in/a/code-server.git
add Azure, Heroku to install docs
This commit is contained in:
parent
3fc556d4d5
commit
b86c45f76e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue