Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paimpozhil/docker-cl9
Docker container for Cloud9 IDE instance
https://github.com/paimpozhil/docker-cl9
Last synced: 4 days ago
JSON representation
Docker container for Cloud9 IDE instance
- Host: GitHub
- URL: https://github.com/paimpozhil/docker-cl9
- Owner: paimpozhil
- Created: 2014-07-31T20:33:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T21:16:08.000Z (over 10 years ago)
- Last Synced: 2024-08-02T12:51:29.563Z (3 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - paimpozhil/docker-cl9 - Docker container for Cloud9 IDE instance (others)
README
docker-cl9
==========Docker container for Cloud9 IDE instance
To test drive the cl9 instance on your work machine.
all you need to do is
```
docker run -td -p 3131:3131 paimpozhil/docker-cl9
```To build this yourself
```
git clone https://github.com/paimpozhil/docker-cl9.git
cd docker-cl9
docker build -t cloud9 .
docker run -td -p 3131:3131 cloud9
```now login to http://[hostip]:3131/ and with logins
un: c9
pass: awesome/data is the Docker Volume so if you need you can share it between any number of IDE's just with --volumes-from switch