Example Docker images for use with Coder
Go to file
Charlie Moog 714c07d9da fixup! feat: add OpenSSH server to ubuntu base 2021-02-18 19:31:14 +00:00
.github feat: add homebrew to base images (#43) 2021-02-02 12:46:14 -06:00
bin Refactor push-images (#39) 2020-12-16 15:28:05 -06:00
images fixup! feat: add OpenSSH server to ubuntu base 2021-02-18 19:31:14 +00:00
LICENSE.md Add license. 2020-10-26 11:26:58 -04:00
README.md docs: Add image READMEs (#28) 2020-12-01 20:00:48 -06: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.