You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
feat/bug(core): Error handling must be implemented to most of the core functions
Add exception handling to handle potential errors that may occur during Docker commands execution. For example, you can catch and display specific error messages when the Docker daemon is not running or when a command fails to execute.
To resolve this issue:
We need to decide which functions need error handling
Research about how we can implement error handling.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
feat/bug(core): Error handling must be implemented to most of the core functions
Add exception handling to handle potential errors that may occur during Docker commands execution. For example, you can catch and display specific error messages when the Docker daemon is not running or when a command fails to execute.
To resolve this issue:
The text was updated successfully, but these errors were encountered: