docker.sh: Add debug output

This commit is contained in:
Tobias K 2024-01-04 18:25:09 +01:00
parent 9999e3c3b7
commit f62e40857f

View File

@ -27,7 +27,7 @@ install() {
sleep 5
fi
docker run --rm hello-world >/dev/null 2>&1 || {
docker run --rm hello-world || {
echo "Docker failed to start"
exit 1
}