You are here
Error message
Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).
admin's blog
published by admin on Sat, 04/11/2015 - 20:33
Putting the LAP in LAMP
Assuming you have Docker installed and have a docker user within a docker group, you're ready to set up a Linux-Apache-MySQL-PHP (LAMP) Server.
As root, launch a container from the ubuntu image (not base):
$ sudo docker run -i -t ubuntu \bin\bash
In the launched container, install PHP and Apache2.
# apt-get install php5
# apt-get install apache2
Assuming everything goes well, exit the container and view the list of containers with "sudo docker ps -a".
Pages