summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
b8529b7)
Not usefull anymore as there is now a docker directory with better
configuration.
Signed-off-by: Jerome Jutteau <mojo@couak.net>
+++ /dev/null
-#!/bin/bash
-jroot=$(cd "$(dirname $0)" && pwd)
-docker -h &> /dev/null || (echo "You need docker installed" && exit 1)
-docker pull tutum/apache-php
-docker run -v $jroot:/app -t -i --rm -p 8080:80 tutum/apache-php