cloud9image is a lightweight, containerized version of the Cloud9 IDE. This image allows developers to quickly set up a consistent coding environment that can be easily deployed and shared.
The Docker image supports the following versions:
- Ubuntu 20.04 (Focal Fossa)
- Ubuntu 22.04 (Jammy Jellyfish)
- Ubuntu 24.04 (Noble Numbat)
This project is also available as a Docker image on DockerHub. You can pull the image using the following command, or browse all tags on DockerHub:
docker pull gvoze32/cloud9:latestAvailable Tags:
| Tag | Platforms |
|---|---|
latest |
linux/amd64 |
focal, amd64-focal |
linux/amd64 |
jammy, amd64-jammy |
linux/amd64 |
noble, amd64-noble |
linux/amd64 |
arm64v8-focal |
linux/arm64 |
arm64v8-jammy |
linux/arm64 |
arm64v8-noble |
linux/arm64 |
Pull a specific variant with:
docker pull gvoze32/cloud9:<tag-name>