1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
Signed-off-by: Paul Liljenberg <liljenberg.paul@gmail.com>
This commit is contained in:
Paul Liljenberg 2016-01-24 10:28:18 +01:00
parent 037d159981
commit 0c7201ee73

View file

@ -40,7 +40,7 @@ else
fi fi
fi fi
if [ -n "$inContainer" ]; then if [ -z "$inContainer" ]; then
{ {
echo "# WARNING! I don't seem to be running in a Docker container." echo "# WARNING! I don't seem to be running in a Docker container."
echo "# The result of this command might be an incorrect build, and will not be" echo "# The result of this command might be an incorrect build, and will not be"