Merge pull request #201 from pbearne/master

Added shell.bat to box access on windows
This commit is contained in:
cytopia 2018-03-01 14:55:32 +01:00 committed by GitHub
commit 7f1fc72e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -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.

2
shell.bat Normal file
View File

@ -0,0 +1,2 @@
docker-compose exec --user devilbox php /bin/sh -c "cd /shared/httpd; exec bash -l"