Monster LAMP stack on Docker

12366172 10204750981323960 193729036077101742 o

My public repository on docker : https://hub.docker.com/r/rimmon/

 

 

 

Monster LAMP configure:

Base on latest Ubuntu …

apt-get install  apache2 libapache2-mod-php5 php5 php5-dev php5-gd  php5-mysql php5-memcache memcached php-pear alien nfs-common sshfs php-pear mysql-server mysql-client

.

.

.

.

.

.

.

2015 12 11 08 54 32

 
root@test-docker:~# ifconfig
docker0   Link encap:Ethernet  HWaddr 02:42:d3:bf:88:c2
          inet addr:172.17.0.1  Bcast:0.0.0.0  Mask:255.255.0.0
          UP BROADCAST RUNNING MULTICAST  MTU:1460  Metric:1
          RX packets:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1212 (1.2 KB)  TX bytes:0 (0.0 B)

eth0      Link encap:Ethernet  HWaddr 42:01:0a:f0:00:03
          inet addr:10.240.0.3  Bcast:10.240.0.3  Mask:255.255.255.255
          UP BROADCAST RUNNING MULTICAST  MTU:1460  Metric:1
          RX packets:46908 errors:0 dropped:0 overruns:0 frame:0
          TX packets:38297 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:317515278 (317.5 MB)  TX bytes:3104258 (3.1 MB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

veth5c4230b Link encap:Ethernet  HWaddr ee:fd:f2:5e:51:56
          UP BROADCAST RUNNING MULTICAST  MTU:1460  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:648 (648.0 B)  TX bytes:0 (0.0 B)