Is your feature request related to a problem? Please describe.
isRunning function needs to be added for checking docker daemon is running or not.
Describe the solution you'd like
for resolve this issue we can add a function like this:
def isRunning():
if docker is running:
return 1
else:
return 0
Additional context
This function will be used in show() and in the beginning of the program.
Is your feature request related to a problem? Please describe.
isRunning function needs to be added for checking docker daemon is running or not.
Describe the solution you'd like
for resolve this issue we can add a function like this:
Additional context
This function will be used in show() and in the beginning of the program.