Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490

This commit is contained in:
Sam Carrington
2016-12-01 18:08:37 +00:00
parent 9e8df307e1
commit 48d89919e6

View File

@ -40,7 +40,7 @@ repository with the following content:
#!/bin/bash
# We need to install dependencies only for Docker
[[ ! -e /.dockerenv ]] && [[ ! -e /.dockerinit ]] && exit 0
[[ ! -e /.dockerenv ]] && exit 0
set -xe