phpinfo out, the link is public now! also, useful links file added

master
Michał 'rysiek' Woźniak 2015-01-27 12:33:34 +01:00
parent 43a9ac4a22
commit 54fb3b260a
2 changed files with 17 additions and 1 deletions

16
links Normal file
View File

@ -0,0 +1,16 @@
https://docs.docker.com/userguide/dockervolumes/
https://docs.docker.com/userguide/dockerlinks/
https://github.com/osixia/docker-openldap/blob/stable/service/slapd/slapd.sh
https://github.com/nickstenning/docker-slapd
https://registry.hub.docker.com/u/cptactionhank/openldap/dockerfile/
https://github.com/cptactionhank/docker-openldap/blob/master/Dockerfile
http://linux.die.net/man/8/slapd
https://github.com/phppgadmin/phppgadmin/tree/REL_5-1
https://github.com/cnry/dockerfiles
https://github.com/cuckoohello/docker-slapd
https://github.com/cnry/dockerfiles/tree/master/openldap
http://phpldapadmin.sourceforge.net/wiki/index.php/Download
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/sect_12_02.html
https://github.com/cuckoohello/docker-slapd
http://manpages.ubuntu.com/manpages/saucy/en/man8/dotdee.8.html
https://github.com/crosbymichael/skydock

View File

@ -1,4 +1,4 @@
<h1>PHP-FPM: frontend</h1>
<?php
echo phpinfo();
echo date(DATE_RSS);
?>