-
Notifications
You must be signed in to change notification settings - Fork 8
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
About errors that occur with docker #20
Comments
The error message "Workflow or tool uses unsupported feature: Docker is required to run this tool: Command '['docker', 'images', '--no-trunc', '--all']' returned non-zero exit status 1" indicates that the Docker command This command is used to list all Docker images on your system, including intermediate images, and without truncating the output. If this command is failing, it could be due to a number of reasons:
|
Thanks for getting back to me. |
I have a question about Docker.
The following command was entered.
"Workflow or tool uses unsupported feature:.
Docker is required to run this tool: Command '['docker', 'images', '--no-trunc', '--all']' returned non-zero exit status 1."
As a result, the following error message was output.
"Workflow or tool uses unsupported feature: Docker is required to run this tool: Command '['docker', 'images', '--']'.
Docker is required to run this tool: Command '['docker', 'images', '--no-trunc', '--all']' returned non-zero exit status 1."
Docker Desktop is up and running behind Ubuntu. Up until now, Docker desktop was just up and running, with no particular changes made, and it was working fine. However, I would like to know what is the cause of this error this time.
The text was updated successfully, but these errors were encountered: