sevilayerkan / docker-helper

Makes using Docker easier
MIT License
3 stars 1 forks source link

feat/bug(core): Add error handling to most core functions #21

Open sevilayerkan opened 1 year ago

sevilayerkan commented 1 year ago

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: