Sign inSign up

meteorlxy/cloud9

By meteorlxy

Updated about 7 years ago

Image for c9/core - cloud9 web IDE

Image
1

945

meteorlxy/cloud9 repository overview

Cloud9 Docker Image

Tags and Dockerfiles

Usage

Sample docker-compose.yml

version: '2.4'

services:
  cloud9:
    container_name: cloud9
    image: meteorlxy/cloud9:latest
    restart: always
    init: true
    ports:
      - 80:80
    volumes:
      - /path/to/workspace:/workspace
    environment:
      C9_WORKSPACE: /workspace
      C9_AUTH_USER: user
      C9_AUTH_PASSWORD: password
      TZ: Asia/Shanghai
  • Set the C9_AUTH_USER and C9_AUTH_PASSWORD to your username and password.
  • Set the TZ to your timezone.
  • Set the volumes to your workspace

Introduction

Cloud9 Web IDE

Official Github Repository: c9/core

Base Image: ubuntu:latest

Tag summary

Content type

Image

Digest

Size

419 MB

Last updated

about 7 years ago

docker pull meteorlxy/cloud9