A docker image with a development environment for building bleeding edge web apps.
375
All apps are installed with apt-get for easy maintenance, except for supervisord, which is installed with easy_install.
Dockerfile can be found here: https://github.com/Morriz/docker-for-modern-devs
The following apps are installed with defaults:
Details:
SSH
Root password: root
Node.js
Some ports are exposed for convenience, but no process is listening yet:
Nginx
Nginx is configured to listen on both port 80 and 443 for all "{hostname}.dev" hosts. It expects an index file in either one of the following locations:
/var/www/{hostname} /var/www/{hostname}/(public|httpdocs|web) All static files are cached for a year.
MySQL
Root password: root
phpMyAdmin
phpMyAdmin can be found on:
http(s):{hostname}/phpmyadmin/ Username: root Password: root
Content type
Image
Digest
sha256:9e8c17a13…
Size
395.3 MB
Last updated
almost 11 years ago
docker pull morriz/docker-for-modern-devs