Sign inSign up

berndinox/cloud9-docker

By berndinox

Updated over 8 years ago

C9

Image
0

1.1K

berndinox/cloud9-docker repository overview

Outdated
Testing ONLY
No warranty

cloud9-docker-cli

Cloud9 IDE + Docker CLI based on Alpine

Why combine Cloud9 with alpine?

so you can Edit your compose files, mount your Docker-Socket and spin up new Services/Stacks with ease.

Compose-V3 Example

version: '3'

services:
  webide:
    image: berndinox/cloud9-docker
    ports:
      - 8000:8000
    volumes:
      - /data:/workspace
      - /var/run/docker.sock:/var/run/docker.sock
    environment:
      - USERNAME=USER
      - PASSWORD=PASS

networks:
  default:
    driver: overlay

Tag summary

Content type

Image

Digest

Size

202.5 MB

Last updated

almost 9 years ago

docker pull berndinox/cloud9-docker