Skip to content

Docker Setup for a Web Developer (Apache, PHP, Memcache, Xdebug) (Ubuntu 14.04.4 LTS with Apache2 (2.4.7) and PHP (5.5.9))

License

Notifications You must be signed in to change notification settings

patriciomg/docker-compose-ubuntu-apache-php

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-compose-ubuntu-apache-php

Run docker 2 container with:

  • ubuntu 14.04
  • apache2
  • php 5.5.9
  • xdebug
  • memcache (hostname: memcached, port: 11211)

Start container (without modification):

sudo docker-compose up -d

Start container with user rights and co (only working on linux systems):

./docker/setup/docker-setup.sh

Open in browser:

http://localhost:8880/info.php

About

Docker Setup for a Web Developer (Apache, PHP, Memcache, Xdebug) (Ubuntu 14.04.4 LTS with Apache2 (2.4.7) and PHP (5.5.9))

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.7%
  • PHP 0.3%