Skip to content

Commit 939dbd2

Browse files
authored
Update README.md
now bit more sober system, as any requirements can easily be installed in terminal. nvm and php7.4 and composer are preinstalled
1 parent 37a3924 commit 939dbd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
docker-dev-cloud9
1+
docker-dev-cloud9 (updated, 2021 version)
22
=================
33

4-
A Docker Live development container with pre-installed Cloud9 IDE with Docker, and out-of-the-box support for: Ruby, Meteor, Nodejs, Python, Java/Maven.
5-
Setup uses an Ubuntu 14.04 (Trusty) base image and also installs Docker so you can relax and install docker containers from within Cloud9,
4+
A Docker Live development container with pre-installed Cloud9 IDE with Docker, and out-of-the-box preinstalled: PHP7.4 (composer), Nodejs (nvm), Python3.
5+
Setup uses an Ubuntu 18.04 (Xenial) base image and also installs Docker in Docker so you can relax and install docker containers from within Cloud9,
66
fill them with your apps and push them to your other production server later.
77

8-
Opened ports are 3000,4000 and 5000, free for anything to run.
8+
Opened ports are 3000-5000, free for anything to run.
99
You can add any extra ports by trailing the ```dcrun``` command described beneath with -p <PORT>:<PORT> (if needed multiple ports; eg -p x:x -p y:y ).
1010

1111
Many thanks to Ajax.org for making this great JS IDE, Cloud9 is great.

0 commit comments

Comments
 (0)