From cc73cefd3f68d3755a6f936cbff2e90bbe3f5cae Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Thu, 1 Mar 2018 08:02:02 -0500 Subject: [PATCH 1/2] Create shell.bat shell for windows --- shell.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 shell.bat diff --git a/shell.bat b/shell.bat new file mode 100644 index 00000000..bce7afe2 --- /dev/null +++ b/shell.bat @@ -0,0 +1,2 @@ + +docker-compose exec --user devilbox php /bin/sh -c "cd /shared/httpd; exec bash -l" From d9fe19a8d7b30db8c52944afc8143229cecdbe19 Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Thu, 1 Mar 2018 08:06:00 -0500 Subject: [PATCH 2/2] Added window shell.bat instructions --- docs/Quickstart.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Quickstart.md b/docs/Quickstart.md index 184077f1..f96eec07 100644 --- a/docs/Quickstart.md +++ b/docs/Quickstart.md @@ -208,5 +208,12 @@ The PHP Docker container is your workhorse which has many tools pre-installed an host> ./shell.sh devilbox@php-7.0.19 in /shared/httpd $ ``` +Or on windows + +```shell +path> ./shell.bat +devilbox@php-7.0.19 in /shared/httpd $ +``` + See **[Usage](Usage.md)** for a detailed explanation.