diff --git a/docker-entrypoint b/docker-entrypoint index 2696ee5..4e421b4 100755 --- a/docker-entrypoint +++ b/docker-entrypoint @@ -259,7 +259,10 @@ EOF } -ensure_docker_socket_accessible +if [ -z "$DOCKER_HOST" ]; then + echo "Testing docker socket accessibility" + ensure_docker_socket_accessible +fi start_app() { get_config