-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dc prerequisite checks #493
base: dev
Are you sure you want to change the base?
Conversation
… [Draft #1]" This reverts commit 11f6cf2fc74978054760714ca9905b32b660b61f.
I got:
It seems I see a more awkward problem with it though: on my VM, docker compose is invoked as |
Btw, the above crash is caused by an exception: the exception is caught but the finally clause executes anyway. The original exception is of type
my
That's not valid YAML (the Client/Server header parts mess it up). Looks like you can get parsable JSON output via https://docs.docker.com/reference/cli/docker/version/#format |
I tried running like this: |
Updating with the latest from dev
Working pre-check. Probably will require some addition refactoring and doc-stringing, but currently works