An open API service indexing awesome lists of open source software.

https://github.com/gvoze32/cloud9image

Lightweight, containerized version of the Cloud9 IDE.
https://github.com/gvoze32/cloud9image

docker-image hacktoberfest

Last synced: 10 months ago
JSON representation

Lightweight, containerized version of the Cloud9 IDE.

Awesome Lists containing this project

README

          

# cloud9image

cloud9image is a lightweight, containerized version of the Cloud9 Integrated Development Environment. This image allows developers to quickly set up a consistent coding environment that can be easily deployed and shared. With support for multiple programming languages and essential development tools, it streamlines the development process.

## Versions

The Docker image supports the following versions:

- Ubuntu 20.04 (Focal Fossa)
- Ubuntu 22.04 (Jammy Jellyfish)
- Ubuntu 24.04 (Noble Numbat)

## DockerHub

This project is also available as a Docker image on DockerHub. You can pull the image using the following command:

```sh
docker pull gvoze32/cloud9:latest
```