Skip to content

feat(core) : isRunning function needs to be added #19

@sevilayerkan

Description

@sevilayerkan

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.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions