Example Docker images for use with Coder
Go to file
Jonathan Yu da1e6d4c84
chore: ensure Husky script runs under bash (#71)
2021-05-24 13:21:28 -07:00
.github chore: ignore minor/patch versions of official actions (#73) 2021-05-22 11:20:38 -07:00
.husky chore: ensure Husky script runs under bash (#71) 2021-05-24 13:21:28 -07:00
images fixes to VNC image (#65) 2021-04-21 11:47:13 -04:00
scripts add CI for VNC image (#62) 2021-04-14 16:17:55 -04:00
.gitignore chore: Format (#47) 2021-02-17 13:08:48 -06:00
.prettierignore chore: Format (#47) 2021-02-17 13:08:48 -06:00
.prettierrc chore: Format (#47) 2021-02-17 13:08:48 -06:00
LICENSE.md Add license. 2020-10-26 11:26:58 -04:00
README.md chore: Format (#47) 2021-02-17 13:08:48 -06:00
package.json chore: bump lint-staged from 10.5.4 to 11.0.0 (#67) 2021-05-22 08:49:54 -07:00
yarn.lock chore: bump lint-staged from 10.5.4 to 11.0.0 (#67) 2021-05-22 08:49:54 -07:00

README.md

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.

Each directory in images/ contains examples for how to setup your images with different IDEs.

See our documentation at our Enterprise Hub for additional information about supported editors and known issues.

Image Minimums

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:

  • git
  • bash
  • curl & wget
  • htop
  • man
  • vim
  • sudo
  • python3 & pip3
  • gcc & gcc-c++ & make

Images on Docker Hub

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.

Contributing

See our contributing guide.