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.
- Host: GitHub
- URL: https://github.com/gvoze32/cloud9image
- Owner: gvoze32
- Created: 2024-09-04T21:47:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T05:07:05.000Z (over 1 year ago)
- Last Synced: 2025-02-26T05:16:36.127Z (over 1 year ago)
- Topics: docker-image, hacktoberfest
- Homepage: https://hub.docker.com/repository/docker/gvoze32/cloud9
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```