coder-enterprise-images/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

# Enterprise Example Images
These docs contain examples and guides for how to setup your images to utilize
the Multi Editor Support built into Coder Enterprise.
2021-02-17 19:08:48 +00:00
Each directory in [`images/`](./images) contains examples for how to setup your
images with different IDEs.
2021-02-17 19:08:48 +00:00
See our
[documentation at our Enterprise Hub](https://enterprise.coder.com/docs/multi-editor)
for additional information about supported editors and known issues.
## Image Minimums
2021-02-17 19:08:48 +00:00
All of the images provided in this repo include the following utilities to
ensure they work well with all of Coder Enterprise's features, and to provide a
solid out-of-the-box developer experience:
2020-12-02 02:00:48 +00:00
- git
- bash
- curl & wget
- htop
- man
- vim
- sudo
- python3 & pip3
- gcc & gcc-c++ & make
## Images on Docker Hub
2021-02-17 19:08:48 +00:00
Each of these images is also published to Docker Hub under the
`codercom/enterprise-[name]` repository. For example, `intellij` is available at
https://hub.docker.com/r/codercom/enterprise-intellij. The tag is taken from the
file extension of the Dockerfile. For example, `intellij/Dockerfile.ubuntu` is
under the `ubuntu` tag.
2020-11-14 19:38:51 +00:00
## Contributing
2020-11-14 19:38:51 +00:00
See our [contributing guide](.github/CONTRIBUTING.md).