coder-enterprise-images/images/multieditor/README.md

18 lines
739 B
Markdown
Raw Normal View History

2020-12-02 02:00:48 +00:00
# Enterprise Multi Editor
[![Docker Pulls](https://img.shields.io/docker/pulls/codercom/enterprise-multieditor?label=codercom%2Fenterprise-multieditor)](https://hub.docker.com/r/codercom/enterprise-multieditor)
## Description
2021-02-17 19:08:48 +00:00
By default, Coder Enterprise supports
[`code-server`](https://github.com/cdr/code-server) and a terminal application.
Additional IDEs
[require dependencies](https://enterprise.coder.com/docs/installing-an-ide-onto-your-image#required-packages).
This image builds on [enterprise-base](../base/README.md) image by adding those
additional dependencies.
2020-12-02 02:00:48 +00:00
## How To Use It
This image should be extended with the installation of an IDE. For example, see
our [enterprise-goland:ubuntu](../goland/Dockerfile.ubuntu).